Home
last modified time | relevance | path

Searched defs:imgb (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/components/apv/
H A DC2SoftApvCommon.h73 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 DC2SoftApvEnc.cpp1089 oapv_imgb_t* imgb) { in ColorConvertP010ToYUV422P10le()
/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_util.h280 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 Doapv_app_y4m.h218 static int write_y4m_header(char *fname, oapv_imgb_t *imgb) in write_y4m_header()
H A Doapv_app_dec.c240 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 Doapv_util.h114 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 Doapv.c34 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 Doapv_def.h271 oapv_imgb_t *imgb; member
372 oapv_imgb_t *imgb; member
H A Doapv_util.c261 void oapv_imgb_set_md5(oapv_imgb_t *imgb) in oapv_imgb_set_md5()
/aosp_15_r20/external/skia/tools/
H A DToolUtils.cpp496 auto imgb = b->makeRasterImage(); in equal_pixels() local
/aosp_15_r20/external/libopenapv/inc/
H A Doapv.h303 oapv_imgb_t *imgb; member