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

/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp660 uint32_t pStride = 0, rStride = 0; local
680 pStride = 1;
684 pStride = buffer->chromaStep;
706 pStride = (idx == 0) ? 1 : 2;
727 pStride = 1;
736 pStride = 1;
746 pStride = bytesPerPixel;
764 pStride = 0;
773 pStride = bytesPerPixel;
783 pStride
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2147 uint32_t pStride = static_cast<uint32_t>(pixStride); local
2213 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride,
2230 InputStripSource stripSource(env, *inBuf, targetIfd, uWidth, uHeight, pStride,

Completed in 89 milliseconds