Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c51 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
76 bps = 32; in img_alloc_helper()
80 bps = 24; in img_alloc_helper()
89 bps = 16; in img_alloc_helper()
95 bps = 12; in img_alloc_helper()
98 bps = 16; in img_alloc_helper()
132 s = (fmt & VPX_IMG_FMT_PLANAR) ? w : bps * w / 8; in img_alloc_helper()
151 h * s * bps / 8 : h * s)); in img_alloc_helper()
163 img->bps = bps; in img_alloc_helper()
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED]; in vpx_img_set_rect()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h19 int bps = 12; in yuvconfig2image() local
23 bps = 24; in yuvconfig2image()
26 bps = 16; in yuvconfig2image()
45 img->bps = bps; in yuvconfig2image()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h130 int bps; /**< bits per sample (for packed formats) */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c308 img->bps = 12; in yuvconfig2image()
Dvp8_cx_iface.c1072 ctx->preview_img.bps = 12; in vp8e_get_preview()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c927 _img->bps = _y4m->vpx_bps; in y4m_input_fetch_frame()