Searched refs:nFrameHeight (Results 51 - 66 of 66) sorted by relevance

123

/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c1027 fmt.fmt.pix_mp.height = bufferConf->nFrameHeight;
1075 bufferConf->nFrameHeight = fmt.fmt.pix_mp.width;
1076 bufferConf->nFrameHeight = fmt.fmt.pix_mp.height;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp2855 (int)portDefn->format.video.nFrameHeight,
2913 portDefn->format.video.nFrameHeight ||
2919 portDefn->format.video.nFrameHeight);
2920 if (portDefn->format.video.nFrameHeight != 0x0 &&
2925 portDefn->format.video.nFrameHeight;
7486 portDefn->format.video.nFrameHeight = drv_ctx.video_resolution.frame_height;
7491 "SliceHeight = %u \n", portDefn->format.video.nFrameHeight,
8159 "sliceheight = %u \n",portDefn->format.video.nFrameHeight,
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2731 (int)portDefn->format.video.nFrameHeight,
2781 portDefn->format.video.nFrameHeight ||
2786 portDefn->format.video.nFrameHeight);
2787 if (portDefn->format.video.nFrameHeight != 0x0 &&
2790 portDefn->format.video.nFrameHeight);
7316 portDefn->format.video.nFrameHeight = drv_ctx.video_resolution.frame_height;
7322 portDefn->format.video.nFrameHeight,
7929 "sliceheight = %u \n",portDefn->format.video.nFrameHeight,
H A Domx_vdec_msm8974.cpp2866 (int)portDefn->format.video.nFrameHeight,
2920 portDefn->format.video.nFrameHeight ||
2925 portDefn->format.video.nFrameHeight);
2927 if (portDefn->format.video.nFrameHeight != 0x0 &&
2930 portDefn->format.video.nFrameHeight,
2932 portDefn->format.video.nFrameHeight);
7687 portDefn->format.video.nFrameHeight = drv_ctx.video_resolution.frame_height;
7693 portDefn->format.video.nFrameHeight,
8365 "stride = %lu sliceheight = %lu \n",portDefn->format.video.nFrameHeight,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1440 pInPortDef->format.image.nFrameHeight = nHeight;
1524 pOutPortDef->format.image.nFrameHeight = nHeight;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp530 height = pExynosPort->portDefinition.format.video.nFrameHeight;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c629 pPortDef->format.video.nFrameHeight = 144;
671 pPortDef->format.video.nFrameHeight = 144;
1901 eError = IsResolutionPlayable(pCompPortIn->pPortDef->format.video.nFrameWidth, pCompPortIn->pPortDef->format.video.nFrameHeight);
2137 pCompPortOut->pPortDef->format.video.nFrameHeight = 144;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c707 p_session->inputPort.format.image.nFrameHeight =
730 p_session->inputTmbPort.format.image.nFrameHeight =
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp626 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
630 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
H A Domx_video_base.cpp3451 OMX_U32 height = m_sInPortDef.format.video.nFrameHeight;
4565 if(!c2d_conv.open(m_sInPortDef.format.video.nFrameHeight,
H A Dvideo_encoder_device.cpp576 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp938 if (m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
941 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
H A Domx_video_base.cpp3246 m_sInPortDef.format.video.nFrameHeight)) {
4294 m_sInPortDef.format.video.nFrameHeight);
4295 if (!c2d_conv.open(m_sInPortDef.format.video.nFrameHeight,
H A Dvideo_encoder_device.cpp600 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c738 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->format.image.nFrameHeight = 480; /*96 */
758 pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef->format.image.nFrameHeight = 480;
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c819 bufferConf->nFrameHeight = fmt.fmt.pix_mp.height;

Completed in 1515 milliseconds

123