Home
last modified time | relevance | path

Searched refs:nFrameHeight (Results 1 – 25 of 77) sorted by relevance

1234

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp222 OMX_U32 nFrameHeight; member
533 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight; in ConfigureEncoder()
535 E ("\n Height %d width %d bit rate %d",portdef.format.video.nFrameHeight in ConfigureEncoder()
557 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight; in ConfigureEncoder()
593 mb_per_frame = ((m_sProfile.nFrameHeight+15)>>4)* in ConfigureEncoder()
810 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) && in ConfigureEncoder()
1443 E("W: %d H: %d Str: %d scal: %d \n", m_sProfile.nFrameWidth, m_sProfile.nFrameHeight, in VencTest_ReadAndEmpty()
1452 OMX_U32 bytestoread = m_sProfile.nFrameWidth*m_sProfile.nFrameHeight; in VencTest_ReadAndEmpty()
1460 OMX_U32 offset_to_c = m_sProfile.nFrameWidth * m_sProfile.nFrameHeight; in VencTest_ReadAndEmpty()
1472 bytestoread = m_sProfile.nFrameWidth*m_sProfile.nFrameHeight/2; in VencTest_ReadAndEmpty()
[all …]
Dfb_test.c31 int nFrameHeight) in FBTest_Initialize() argument
Dcamera_test.cpp37 int nFrameHeight, in CameraTest_Initialize() argument
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp261 OMX_U32 nFrameHeight; member
572 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight; in ConfigureEncoder()
574 E ("\n Height %lu width %lu bit rate %lu",portdef.format.video.nFrameHeight in ConfigureEncoder()
596 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight; in ConfigureEncoder()
633 mb_per_frame = ((m_sProfile.nFrameHeight+15)>>4)* in ConfigureEncoder()
835 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) && in ConfigureEncoder()
1445 height = m_sProfile.nFrameHeight; in VencTest_ReadAndEmpty()
1481 OMX_U32 bytestoread = m_sProfile.nFrameWidth*m_sProfile.nFrameHeight; in VencTest_ReadAndEmpty()
1490 OMX_U32 offset_to_c = m_sProfile.nFrameWidth * m_sProfile.nFrameHeight; in VencTest_ReadAndEmpty()
1501 bytestoread = m_sProfile.nFrameWidth*m_sProfile.nFrameHeight/2; in VencTest_ReadAndEmpty()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
DExynos_OMX_Venc.c63 (exynosOutputPort->portDefinition.format.video.nFrameHeight != in Exynos_UpdateFrameSize()
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) { in Exynos_UpdateFrameSize()
69 exynosOutputPort->portDefinition.format.video.nFrameHeight = in Exynos_UpdateFrameSize()
70 exynosInputPort->portDefinition.format.video.nFrameHeight; in Exynos_UpdateFrameSize()
281 OMX_U32 nFrameHeight = exynosInputPort->portDefinition.format.video.nFrameHeight; in Exynos_CSC_InputData() local
291 codecInputBuffer->dataSize = ((nFrameWidth * nFrameHeight) * 3) / 2; in Exynos_CSC_InputData()
306 pSrcBuf[1] = checkInputStream + (nFrameWidth * nFrameHeight); in Exynos_CSC_InputData()
307 pSrcBuf[2] = checkInputStream + (((nFrameWidth * nFrameHeight) * 5) / 4); in Exynos_CSC_InputData()
329 …Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpa… in Exynos_CSC_InputData()
366 nFrameHeight, /* height */ in Exynos_CSC_InputData()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp318 int32_t height = paramPortDefinitionOutput->format.video.nFrameHeight; in FillRenderBuffer()
431 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
439 paramPortDefinitionInput.format.video.nFrameHeight = height; in HandleFormatChange()
445 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
464 paramPortDefinitionOutput.format.video.nFrameHeight = (height + 0x1f) & ~0x1f; in HandleFormatChange()
507 rectParams->nHeight = paramPortDefinitionInput->format.video.nFrameHeight; in GetDecoderOutputCropSpecific()
549 mDecodedImageHeight = port_def.format.video.nFrameHeight; in SetNativeBufferModeSpecific()
551 port_def.format.video.nFrameHeight = (port_def.format.video.nFrameHeight + 0x1f) & ~0x1f; in SetNativeBufferModeSpecific()
DOMXVideoDecoderVP9HWR.cpp507 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
515 paramPortDefinitionInput.format.video.nFrameHeight = height; in HandleFormatChange()
521 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
540 paramPortDefinitionOutput.format.video.nFrameHeight = (height + 0x1f) & ~0x1f; in HandleFormatChange()
600 size_t inBufferHeight = paramPortDefinitionInput->format.video.nFrameHeight; in FillRenderBuffer()
606 paramPortDefinitionOutput->format.video.nFrameHeight; in FillRenderBuffer()
608 size_t dst_c_size = dst_c_stride * paramPortDefinitionOutput->format.video.nFrameHeight / 2; in FillRenderBuffer()
742 rectParams->nHeight = paramPortDefinitionInput->format.video.nFrameHeight; in GetDecoderOutputCropSpecific()
787 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
790 port_def.format.video.nFrameHeight = (port_def.format.video.nFrameHeight + 0x1f) & ~0x1f; in SetNativeBufferModeSpecific()
DOMXVideoDecoderBase.cpp81 paramPortDefinitionInput.format.video.nFrameHeight = 144; in InitInputPort()
142 paramPortDefinitionOutput.format.video.nFrameHeight = 144; in InitOutputPort()
484 p->height = paramPortDefinitionInput->format.video.nFrameHeight; in PrepareConfigBuffer()
657 paramPortDefinitionInput.format.video.nFrameHeight,
666 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) {
674 paramPortDefinitionInput.format.video.nFrameHeight = height;
680 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped;
696 paramPortDefinitionOutput.format.video.nFrameHeight = height;
914 port_def.format.video.nFrameHeight = (port_def.format.video.nFrameHeight + 0x1f) & ~0x1f;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c71 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) { in VIDDEC_GetRMFrecuency()
79 … if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT || in VIDDEC_GetRMFrecuency()
107 … ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_CIF_HEIGHT) && in VIDDEC_GetRMFrecuency()
108 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_QCIF_HEIGHT))) { in VIDDEC_GetRMFrecuency()
136 … ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_QCIF_HEIGHT) && in VIDDEC_GetRMFrecuency()
137 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight >= VIDDEC_MIN_HEIGHT))) { in VIDDEC_GetRMFrecuency()
866 … pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT; in VIDDEC_Load_Defaults()
896 … pComponentPrivate->pOutPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT; in VIDDEC_Load_Defaults()
1217 pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT; in VIDDEC_Load_Defaults()
1223 … pComponentPrivate->pInPortDef->format.video.nFrameHeight * in VIDDEC_Load_Defaults()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
DExynos_OMX_Vp8dec.c680 …(pInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nF… in VP8CodecCheckResolutionChange()
682 …pInputPortDefinition->format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHei… in VP8CodecCheckResolutionChange()
684 …->format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in VP8CodecCheckResolutionChange()
703 …(pInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nF… in VP8CodecCheckResolutionChange()
706 …pInputPortDefinition->format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHei… in VP8CodecCheckResolutionChange()
708 …->format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in VP8CodecCheckResolutionChange()
727 …(pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.cro… in VP8CodecCheckResolutionChange()
730 …pInputPortDefinition->format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHei… in VP8CodecCheckResolutionChange()
732 …->format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in VP8CodecCheckResolutionChange()
799 … * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2; in VP8CodecSrcSetup()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Dfb_test.h37 int nFrameHeight);
Dcamera_test.h47 int nFrameHeight,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dfb_test.h37 int nFrameHeight);
Dcamera_test.h47 int nFrameHeight,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
DExynos_OMX_H264dec.c761 …(pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf. in H264CodecCheckResolutionChange()
763 …pInputPortDefinition->format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameH… in H264CodecCheckResolutionChange()
765 …format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in H264CodecCheckResolutionChange()
784 …(pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf. in H264CodecCheckResolutionChange()
787 …pInputPortDefinition->format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameH… in H264CodecCheckResolutionChange()
789 …format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in H264CodecCheckResolutionChange()
808 …(pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf… in H264CodecCheckResolutionChange()
811 …pInputPortDefinition->format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameH… in H264CodecCheckResolutionChange()
813 …format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in H264CodecCheckResolutionChange()
880 … * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2; in H264CodecSrcSetup()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
DExynos_OMX_Mpeg4dec.c865 …(pInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufCon… in Mpeg4CodecCheckResolutionChange()
867 …pInputPortDefinition->format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFram… in Mpeg4CodecCheckResolutionChange()
869 …rmat.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in Mpeg4CodecCheckResolutionChange()
888 …(pInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufCon… in Mpeg4CodecCheckResolutionChange()
891 …pInputPortDefinition->format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFram… in Mpeg4CodecCheckResolutionChange()
893 …rmat.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in Mpeg4CodecCheckResolutionChange()
912 …(pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbuf… in Mpeg4CodecCheckResolutionChange()
915 …pInputPortDefinition->format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFram… in Mpeg4CodecCheckResolutionChange()
917 …rmat.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15)); in Mpeg4CodecCheckResolutionChange()
988 … * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2; in Mpeg4CodecSrcSetup()
[all …]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
DExynos_OMX_VdecControl.c623 …pInputPort->portDefinition.format.video.nFrameHeight = pInputPort->newPortDefinition.format.vid… in Exynos_ResolutionUpdate()
1133 portDefinition->format.video.nSliceHeight = portDefinition->format.video.nFrameHeight; in Exynos_OMX_VideoDecodeGetParameter()
1253 originalHeight = pExynosPort->portDefinition.format.video.nFrameHeight; in Exynos_OMX_VideoDecodeSetParameter()
1267 realHeight = pExynosPort->portDefinition.format.video.nFrameHeight; in Exynos_OMX_VideoDecodeSetParameter()
1285 …osOutputPort->portDefinition.format.video.nFrameHeight = pExynosPort->portDefinition.format.video. in Exynos_OMX_VideoDecodeSetParameter()
1306 …Definition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) + in Exynos_OMX_VideoDecodeSetParameter()
1307 …nition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1); in Exynos_OMX_VideoDecodeSetParameter()
1317 …Definition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) + in Exynos_OMX_VideoDecodeSetParameter()
1318 …nition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1); in Exynos_OMX_VideoDecodeSetParameter()
1536 height = pExynosPort->portDefinition.format.video.nFrameHeight; in Exynos_Shared_ANBBufferToData()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c603 … if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (352*288)) { in Fill_JpegEncLCMLInitParams()
606 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (640*48… in Fill_JpegEncLCMLInitParams()
609 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (720*57… in Fill_JpegEncLCMLInitParams()
612 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (1*1024… in Fill_JpegEncLCMLInitParams()
615 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (2*1024… in Fill_JpegEncLCMLInitParams()
618 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (3*1024… in Fill_JpegEncLCMLInitParams()
621 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (4*1024… in Fill_JpegEncLCMLInitParams()
624 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (5*1024… in Fill_JpegEncLCMLInitParams()
627 …else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (6*1024… in Fill_JpegEncLCMLInitParams()
648 …ptCreateString[8] = (pPortDefOut->format.image.nFrameHeight > 0) ? pPortDefOut->format.image.nFram… in Fill_JpegEncLCMLInitParams()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c574 OMX_U16 nFrameHeight; in Fill_LCMLInitParamsJpegDec() local
635 nFrameHeight = pPortDefIn->format.image.nFrameHeight * nScaleFactor / 100; in Fill_LCMLInitParamsJpegDec()
638 if (nFrameHeight <= 144 && in Fill_LCMLInitParamsJpegDec()
642 else if (nFrameHeight <= 288 && in Fill_LCMLInitParamsJpegDec()
646 else if (nFrameHeight <= 480 && in Fill_LCMLInitParamsJpegDec()
650 else if (nFrameHeight<= 1024 && in Fill_LCMLInitParamsJpegDec()
654 else if (nFrameHeight <= 1200 && in Fill_LCMLInitParamsJpegDec()
658 else if (nFrameHeight<= 1536 && in Fill_LCMLInitParamsJpegDec()
662 else if (nFrameHeight<= 1600 && in Fill_LCMLInitParamsJpegDec()
666 else if (nFrameHeight <= 2048 && in Fill_LCMLInitParamsJpegDec()
[all …]
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp256 format->nFrameHeight = pformat->nFrameHeight; in SetPortDefinition()
263 …MX_S32 nFrameSize = getFrameBufSize(format->eColorFormat,format->nFrameWidth,format->nFrameHeight); in SetPortDefinition()
271 format->nSliceHeight = pformat->nFrameHeight; in SetPortDefinition()
288 format->nFrameHeight = pformat->nFrameHeight; in SetPortDefinition()
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp253 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
278 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
515 (int)portDefn->format.video.nFrameHeight, in set_parameter()
1390 m_sInPortDef.format.video.nFrameHeight; in set_config()
1391 m_sInPortDef.format.video.nFrameHeight = nFrameWidth; in set_config()
1395 m_sOutPortDef.format.video.nFrameHeight = in set_config()
1396 m_sInPortDef.format.video.nFrameHeight; in set_config()
/hardware/qcom/media/mm-core/inc/
DOMX_Image.h115 OMX_U32 nFrameHeight; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Image.h115 OMX_U32 nFrameHeight; member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Image.h115 OMX_U32 nFrameHeight; member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Image.h115 OMX_U32 nFrameHeight; member

1234