Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp74 const MinikinPaint& paint, size_t dstStart, in doLayoutRunCached() argument
91 context.getLength(), isRtl, paint, piece.getStart() - dstStart, in doLayoutRunCached()
/frameworks/minikin/include/minikin/
DLayout.h117 const MinikinPaint& paint, size_t dstStart,
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp324 uint8_t *dstStart = dst; in copyYV12FrameToOutputBuffer() local
332 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer()
339 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp476 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local
485 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
493 dst = dstStart + (dstYStride * height); in copyOutputBufferToYuvPlanarFrame()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp480 uint8_t *const dstStart = dst; in copyOutputBufferToYV12Frame() local
488 dst = dstStart + dstYStride * height; in copyOutputBufferToYV12Frame()
495 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp511 uint8_t* dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local
519 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()
526 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp637 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local
645 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()
652 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()