Home
last modified time | relevance | path

Searched refs:mCodecStride (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaVideoSource.cpp223 mCodecStride = mWidth; in Start()
232 AMediaFormat_getInt32(encoderInputFormat, AMEDIAFORMAT_KEY_STRIDE, &mCodecStride); in Start()
236 if (mWidth != width || mHeight != height || width > mCodecStride) in Start()
296 mPauseImageSource.Initialize(mWidth, mHeight, mCodecStride); in Start()
407 encoderBuf, buffCapacity, mCodecStride, yPlane, uvPlane, width, height); in onCameraFrame()
414 encoderBuf, buffCapacity, mCodecStride, yPlane, uvPlane, width, height); in onCameraFrame()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/android/
DImsMediaVideoSource.h170 int32_t mCodecStride; variable