Searched refs:dstStart (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 324 uint8_t *dstStart = dst; in copyYV12FrameToOutputBuffer() local 332 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer() 339 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
|
/frameworks/minikin/include/minikin/ |
D | Layout.h | 164 const MinikinPaint& paint, size_t dstStart,
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 290 const MinikinPaint& paint, size_t dstStart, in doLayoutRunCached() argument 312 wordend - wordstart, isRtl, paint, iter - dstStart, in doLayoutRunCached() 329 wordend - wordstart, isRtl, paint, bufStart - dstStart, in doLayoutRunCached()
|