Searched defs:imgb (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/frameworks/av/media/codec2/components/apv/ |
H A D | C2SoftApvCommon.h | 73 static int imgb_addref(oapv_imgb_t* imgb) { in imgb_addref() 77 static int imgb_getref(oapv_imgb_t* imgb) { in imgb_getref() 81 static int imgb_release(oapv_imgb_t* imgb) { in imgb_release() 95 oapv_imgb_t* imgb; in imgb_create() local
|
H A D | C2SoftApvEnc.cpp | 1089 oapv_imgb_t* imgb) { in ColorConvertP010ToYUV422P10le()
|
/aosp_15_r20/external/libopenapv/app/ |
H A D | oapv_app_util.h | 280 static int imgb_addref(oapv_imgb_t *imgb) in imgb_addref() 286 static int imgb_getref(oapv_imgb_t *imgb) in imgb_getref() 292 static int imgb_release(oapv_imgb_t *imgb) in imgb_release() 310 oapv_imgb_t *imgb; in imgb_create() local 482 static int imgb_write(char *fname, oapv_imgb_t *imgb) in imgb_write()
|
H A D | oapv_app_y4m.h | 218 static int write_y4m_header(char *fname, oapv_imgb_t *imgb) in write_y4m_header()
|
H A D | oapv_app_dec.c | 240 static int check_frm_hash(oapvm_t mid, oapv_imgb_t *imgb, int group_id) in check_frm_hash()
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_util.h | 114 static inline void imgb_addref(oapv_imgb_t *imgb) in imgb_addref() 121 static inline void imgb_release(oapv_imgb_t *imgb) in imgb_release()
|
H A D | oapv.c | 34 static void imgb_to_block(oapv_imgb_t *imgb, int c, int x_l, int y_l, int w_l, int h_l, s16 *block) in imgb_to_block() 105 static void imgb_to_block_p210(oapv_imgb_t *imgb, int c, int x_l, int y_l, int w_l, int h_l, s16 *b… in imgb_to_block_p210() 929 static void enc_img_pad_p210(oapve_ctx_t *ctx, oapv_imgb_t *imgb) in enc_img_pad_p210() 974 static void enc_img_pad(oapve_ctx_t *ctx, oapv_imgb_t *imgb) in enc_img_pad() 1540 static int dec_frm_prepare(oapvd_ctx_t *ctx, oapv_imgb_t *imgb) in dec_frm_prepare()
|
H A D | oapv_def.h | 271 oapv_imgb_t *imgb; member 372 oapv_imgb_t *imgb; member
|
H A D | oapv_util.c | 261 void oapv_imgb_set_md5(oapv_imgb_t *imgb) in oapv_imgb_set_md5()
|
/aosp_15_r20/external/skia/tools/ |
H A D | ToolUtils.cpp | 496 auto imgb = b->makeRasterImage(); in equal_pixels() local
|
/aosp_15_r20/external/libopenapv/inc/ |
H A D | oapv.h | 303 oapv_imgb_t *imgb; member
|