Home
last modified time | relevance | path

Searched refs:fb_height_stride (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_frame_buffer.h43 int fb_height_stride; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c192 if ((fb->fb_stride >= y_stride) && (fb->fb_height_stride >= aligned_height)) { in vp9_realloc_frame_buffer()
197 aligned_height = fb->fb_height_stride; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp123 fb->fb_height_stride = p->extActualBufferHeightStride; in getVP9FrameBuffer()