Searched refs:dst_y_size (Results 1 – 3 of 3) sorted by relevance
35 size_t dst_y_size = dstWidth * dstHeight; in convertDecoderOutputToI420() local39 uint8_t *pDst_u = pDst_y + dst_y_size; in convertDecoderOutputToI420()
598 size_t dst_y_size = paramPortDefinitionOutput->format.video.nStride * in FillRenderBuffer() local602 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() local666 buffer->nFilledLen = dst_y_size * 1.5; // suport only 4:2:0 for now in FillRenderBuffer()