/frameworks/native/include/ui/ |
Gralloc1On0Adapter.h | 263 *outStride = mStride; 278 const uint32_t mStride;
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraMem.h | 248 int mWidth, mHeight, mFormat, mStride, mScanline;
|
QCameraMem.cpp | [all...] |
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraMem.h | 248 int mWidth, mHeight, mFormat, mStride, mScanline;
|
QCameraMem.cpp | [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraMem.cpp | [all...] |
QCameraMem.h | 229 int mWidth, mHeight, mFormat, mStride, mScanline;
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
SoftAVCEnc.h | 156 int32_t mStride;
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMem.h | 283 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage, mMaxFPS;
|
QCameraMem.cpp | [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 520 ///mStride is set from setBufs() while passing the APIs 521 cap->mStride = 4096; 522 cap->mBufSize = cap->mStride * cap->mHeight; 797 portCheck.format.video.nStride = portParams.mStride; 810 portCheck.nBufferSize = portParams.mStride * portParams.mHeight; 855 portCheck.nBufferSize = portParams.mStride * portParams.mWidth * portParams.mHeight; 881 portParams.mStride = portCheck.format.image.nStride; [all...] |
/frameworks/native/libs/ui/ |
Gralloc1On0Adapter.cpp | 227 mStride(stride),
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 643 ///mStride is set from setBufs() while passing the APIs 644 cap->mStride = 4096; 645 cap->mBufSize = cap->mStride * cap->mHeight; [all...] |
OMXCapture.cpp | 68 //cap->mStride = 2; 388 frame.mAlignment = imgCaptureData->mStride; [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | 1071 if (pointer.mStride < 0) { [all...] |
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 336 OMX_U32 mStride; [all...] |
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 316 OMX_U32 mStride; [all...] |