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

/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp659 uint32_t pStride = 0, rStride = 0; local
679 pStride = 1;
683 pStride = buffer->chromaStep;
705 pStride = (idx == 0) ? 1 : 2;
726 pStride = 1;
735 pStride = 1;
745 pStride = bytesPerPixel;
763 pStride = 0;
772 pStride = bytesPerPixel;
782 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 66 milliseconds