Searched defs:srcV (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 475 const uint8_t *srcV, size_t srcYStride, in copyOutputBufferToYV12Frame() 505 const uint16_t *srcV, size_t srcYStride, in convertYUV420Planar16ToY410() 572 const uint16_t *srcV, size_t srcYStride, size_t srcUStride, in convertYUV420Planar16ToYUV420Planar() 690 const uint16_t *srcV = (const uint16_t *)buffer->plane[2]; in outputBuffer() local 704 const uint8_t *srcV = (const uint8_t *)buffer->plane[2]; in outputBuffer() local
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 507 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() 535 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToY410() 598 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() 708 const uint16_t *srcV = (const uint16_t *)img->planes[AOM_PLANE_V]; in outputBuffer() local 724 const uint8_t *srcV = (const uint8_t *)img->planes[AOM_PLANE_V]; in outputBuffer() local
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 633 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyOutputBufferToYuvPlanarFrame() 661 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToY410() 724 const uint16_t *srcY, const uint16_t *srcU, const uint16_t *srcV, in convertYUV420Planar16ToYUV420Planar() 836 const uint16_t *srcV = (const uint16_t *)img->planes[VPX_PLANE_V]; in outputBuffer() local 872 const uint8_t *srcV = (const uint8_t *)img->planes[VPX_PLANE_V]; in outputBuffer() local
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 185 const uint8_t *srcV = (const uint8_t *)mImg->planes[VPX_PLANE_V]; in outputBuffers() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 392 const uint8_t *srcV = (const uint8_t *)ycbcr->cr; in ConvertFlexYUVToPlanar() local
|
D | SoftVideoDecoderOMXComponent.cpp | 316 uint8_t *dst, const uint8_t *srcY, const uint8_t *srcU, const uint8_t *srcV, in copyYV12FrameToOutputBuffer()
|