Home
last modified time | relevance | path

Searched refs:mVideoWidth (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DPVSoftMPEG4Encoder.cpp87 mVideoWidth(176), in PVSoftMPEG4Encoder()
167 mEncParams->encWidth[0] = mVideoWidth; in initEncParams()
189 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1); in initEncParams()
196 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1); in initEncParams()
201 if (mVideoWidth % 16 != 0 || mVideoHeight % 16 != 0) { in initEncParams()
203 mVideoWidth, mVideoHeight); in initEncParams()
310 mVideoWidth = mComParams.resolution.width; in setParameters()
410 const android::Rect rect(mVideoWidth, mVideoHeight); in encode()
430 trimBuffer(img, mTrimedInputData, mVideoWidth, mVideoHeight, in encode()
431 ALIGN(mVideoHeight, 32), ALIGN(mVideoWidth, 128)); in encode()
[all …]
DPVSoftMPEG4Encoder.h55 int32_t mVideoWidth; variable
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp369 mVideoWidth = w; in setParameters()
418 mVideoWidth = w; in setParameters()
420 … CAMHAL_LOGVB("%s Video Width=%d Height=%d\n", __FUNCTION__, mVideoWidth, mVideoHeight); in setParameters()
426 if ((w != mVideoWidth) && (h != mVideoHeight)) in setParameters()
438 params.getPreviewSize(&mVideoWidth, &mVideoHeight); in setParameters()
455 params.getPreviewSize(&mVideoWidth, &mVideoHeight); in setParameters()
1884 CAMHAL_LOGDB("%s Video Width=%d Height=%d", __FUNCTION__, mVideoWidth, mVideoHeight); in startRecording()
1886 if ((w != mVideoWidth) && (h != mVideoHeight)) in startRecording()
1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count); in startRecording()
1897 mAppCallbackNotifier->setVideoRes(mVideoWidth, mVideoHeight); in startRecording()
[all …]
DAppCallbackNotifier.cpp1058 bounds.right = mVideoWidth; in notifyFrame()
1072 structConvImage output = {mVideoWidth, in notifyFrame()
1540 mVideoWidth = width; in setVideoRes()
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp507 mVideoWidth = w; in setParameters()
517 CAMHAL_LOGVB("Video Resolution: %d x %d", mVideoWidth, mVideoHeight); in setParameters()
2606 CAMHAL_LOGDB("%s Video Width=%d Height=%d", __FUNCTION__, mVideoWidth, mVideoHeight); in startRecording()
2608 if ((w != mVideoWidth) && (h != mVideoHeight)) in startRecording()
2610 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count); in startRecording()
2619 mAppCallbackNotifier->setVideoRes(mVideoWidth, mVideoHeight); in startRecording()
3968 mVideoWidth = 0; in CameraHal()
4686 if ( (mVideoWidth <= 320) && (mVideoHeight <= 240)){ in resetPreviewRes()
4687 params->setPreviewSize(mVideoWidth, mVideoHeight); in resetPreviewRes()
DAppCallbackNotifier.cpp1132 bounds.right = mVideoWidth; in notifyFrame()
1147 structConvImage output = {mVideoWidth, in notifyFrame()
1602 mVideoWidth = width; in setVideoRes()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h675 int mVideoWidth; variable
1264 int mVideoWidth; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h815 int mVideoWidth; variable
1503 int mVideoWidth; variable