Home
last modified time | relevance | path

Searched refs:dstStart (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp393 uint8_t *dstStart = dst; in copyOutputBufferToYV12Frame() local
401 dst = dstStart + dstYStride * height; in copyOutputBufferToYV12Frame()
408 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp402 uint8_t *dstStart = dst; in copyOutputBufferToYV12Frame() local
411 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()
419 dst = dstStart + (dstYStride * height); in copyOutputBufferToYV12Frame()