Searched defs:dstStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp223 uint8_t *dstStart = dst; local
231 dst = dstStart + dstYStride * dstHeight;
238 dst = dstStart + (5 * dstYStride * dstHeight) / 4;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp589 bool isRtl, LayoutContext* ctx, size_t dstStart) {
598 isRtl, ctx, iter - dstStart);
610 wordend - wordstart, isRtl, ctx, bufStart - dstStart);
588 doLayoutRunCached(const uint16_t* buf, size_t start, size_t count, size_t bufSize, bool isRtl, LayoutContext* ctx, size_t dstStart) argument

Completed in 84 milliseconds