Searched defs:dst_y_size (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/libI420colorconvert/
H A DColorConvert.cpp35 size_t dst_y_size = dstWidth * dstHeight; local
39 uint8_t *pDst_u = pDst_y + dst_y_size;
/hardware/ti/omap4xxx/libI420colorconvert/
H A DColorConvert.cpp35 size_t dst_y_size = dstWidth * dstHeight; local
39 uint8_t *pDst_u = pDst_y + dst_y_size;
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp598 size_t dst_y_size = paramPortDefinitionOutput->format.video.nStride * local
602 uint8_t *dst_v = dst_y + dst_y_size;
636 buffer->nFilledLen = dst_y_size + dst_c_size * 2;
664 size_t dst_y_size = img->d_w * img->d_h; local
666 buffer->nFilledLen = dst_y_size * 1.5; // suport only 4:2:0 for now

Completed in 98 milliseconds