Searched refs:frameHeight (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_image.h27 int frameHeight; //NV21 Frame height. MUST > 0. member in struct:__tag_tsmakeupdata
38 int frameHeight; //NV21 Frame height. MUST > 0. member in struct:__tag_tsmakeupdataEx
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3512 OMX_U32 frameHeight = portDefn->format.video.nFrameHeight; local
3513 if (frameHeight != 0x0 && frameWidth != 0x0)
3516 ((frameWidth * frameHeight) <
3519 frameHeight = m_smoothstreaming_height;
3521 frameWidth, frameHeight);
3523 update_resolution(frameWidth, frameHeight,
3524 frameWidth, frameHeight);
3531 (frameHeight + DEFAULT_HEIGHT_ALIGNMENT - 1) & (~(DEFAULT_HEIGHT_ALIGNMENT - 1));
H A Domx_vdec_v4l2.cpp4074 OMX_U32 frameHeight = portDefn->format.video.nFrameHeight; local
4075 if (frameHeight != 0x0 && frameWidth != 0x0) {
4077 ((frameWidth * frameHeight) <
4080 frameHeight = m_smoothstreaming_height;
4083 (unsigned int)frameWidth, (unsigned int)frameHeight);
4085 update_resolution(frameWidth, frameHeight,
4086 frameWidth, frameHeight);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp531 inMakeupData.frameHeight = dim.height;
596 inMakeupData.frameHeight = dim.height; // NV21 Frame height > 0
602 outMakeupData.frameHeight = dim.height; // NV21 Frame height > 0
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3448 OMX_U32 frameHeight = portDefn->format.video.nFrameHeight; local
3449 if (frameHeight != 0x0 && frameWidth != 0x0)
3452 ((frameWidth * frameHeight) <
3455 frameHeight = m_smoothstreaming_height;
3457 frameWidth, frameHeight);
3459 update_resolution(frameWidth, frameHeight,
3460 frameWidth, frameHeight);
H A Domx_vdec_msm8974.cpp3492 OMX_U32 frameHeight = portDefn->format.video.nFrameHeight; local
3493 if (frameHeight != 0x0 && frameWidth != 0x0) {
3495 ((frameWidth * frameHeight) <
3498 frameHeight = m_smoothstreaming_height;
3501 (unsigned int)frameWidth, (unsigned int)frameHeight);
3503 update_resolution(frameWidth, frameHeight,
3504 frameWidth, frameHeight);

Completed in 149 milliseconds