Home
last modified time | relevance | path

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

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