Searched refs:frameWidth (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_image.h26 int frameWidth; //NV21 Frame width.MUST > 0. member in struct:__tag_tsmakeupdata
37 int frameWidth; //NV21 Frame width.MUST > 0. member in struct:__tag_tsmakeupdataEx
/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_image.h26 int frameWidth; //NV21 Frame width.MUST > 0. member in struct:__tag_tsmakeupdata
37 int frameWidth; //NV21 Frame width.MUST > 0. member in struct:__tag_tsmakeupdataEx
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3511 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth; local
3513 if (frameHeight != 0x0 && frameWidth != 0x0)
3516 ((frameWidth * frameHeight) <
3518 frameWidth = m_smoothstreaming_width;
3521 frameWidth, frameHeight);
3523 update_resolution(frameWidth, frameHeight,
3524 frameWidth, frameHeight);
3529 (frameWidth + DEFAULT_WIDTH_ALIGNMENT - 1) & (~(DEFAULT_WIDTH_ALIGNMENT - 1));
H A Domx_vdec_v4l2.cpp4100 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth; local
4102 if (frameHeight != 0x0 && frameWidth != 0x0) {
4104 ((frameWidth * frameHeight) <
4106 frameWidth = m_smoothstreaming_width;
4110 (unsigned int)frameWidth, (unsigned int)frameHeight);
4112 update_resolution(frameWidth, frameHeight,
4113 frameWidth, frameHeight);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3511 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth; local
3513 if (frameHeight != 0x0 && frameWidth != 0x0)
3516 ((frameWidth * frameHeight) <
3518 frameWidth = m_smoothstreaming_width;
3521 frameWidth, frameHeight);
3523 update_resolution(frameWidth, frameHeight,
3524 frameWidth, frameHeight);
3529 (frameWidth + DEFAULT_WIDTH_ALIGNMENT - 1) & (~(DEFAULT_WIDTH_ALIGNMENT - 1));
H A Domx_vdec_v4l2.cpp4272 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth; local
4274 if (frameHeight != 0x0 && frameWidth != 0x0) {
4276 ((frameWidth * frameHeight) <
4278 frameWidth = m_smoothstreaming_width;
4282 (unsigned int)frameWidth, (unsigned int)frameHeight);
4287 m_extradata_info.output_crop_rect.nWidth = frameWidth;
4290 update_resolution(frameWidth, frameHeight,
4291 frameWidth, frameHeight);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp527 inMakeupData.frameWidth = dim.width;
592 inMakeupData.frameWidth = dim.width; // NV21 Frame width > 0
598 outMakeupData.frameWidth = dim.width; // NV21 Frame width > 0
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp533 inMakeupData.frameWidth = dim.width;
598 inMakeupData.frameWidth = dim.width; // NV21 Frame width > 0
604 outMakeupData.frameWidth = dim.width; // NV21 Frame width > 0
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3447 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth; local
3449 if (frameHeight != 0x0 && frameWidth != 0x0)
3452 ((frameWidth * frameHeight) <
3454 frameWidth = m_smoothstreaming_width;
3457 frameWidth, frameHeight);
3459 update_resolution(frameWidth, frameHeight,
3460 frameWidth, frameHeight);
H A Domx_vdec_msm8974.cpp3501 OMX_U32 frameWidth = portDefn->format.video.nFrameWidth; local
3503 if (frameHeight != 0x0 && frameWidth != 0x0) {
3505 ((frameWidth * frameHeight) <
3507 frameWidth = m_smoothstreaming_width;
3511 (unsigned int)frameWidth, (unsigned int)frameHeight);
3513 update_resolution(frameWidth, frameHeight,
3514 frameWidth, frameHeight);

Completed in 493 milliseconds