Searched refs:pStride (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2200 uint32_t pStride = static_cast<uint32_t>(pixStride); local
2266 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride,
2283 InputStripSource stripSource(env, *inBuf, targetIfd, uWidth, uHeight, pStride,
/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...]

Completed in 87 milliseconds