Home
last modified time | relevance | path

Searched refs:dstStart (Results 1 – 6 of 6) 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/aom/
DC2SoftAomDec.cpp509 uint8_t* dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local
517 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()
524 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp626 uint8_t *dstStart = dst; in copyOutputBufferToYuvPlanarFrame() local
634 dst = dstStart + dstYStride * height; in copyOutputBufferToYuvPlanarFrame()
641 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYuvPlanarFrame()