/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 222 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 …]
|
D | fb_test.c | 31 int nFrameHeight) in FBTest_Initialize() argument
|
D | camera_test.cpp | 37 int nFrameHeight, in CameraTest_Initialize() argument
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 261 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/ |
D | Exynos_OMX_Venc.c | 63 (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/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 318 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()
|
D | OMXVideoDecoderVP9HWR.cpp | 507 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()
|
D | OMXVideoDecoderBase.cpp | 81 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/ |
D | OMX_VideoDec_Utils.c | 71 … (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/ |
D | Exynos_OMX_Vp8dec.c | 680 …(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/ |
D | fb_test.h | 37 int nFrameHeight);
|
D | camera_test.h | 47 int nFrameHeight,
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | fb_test.h | 37 int nFrameHeight);
|
D | camera_test.h | 47 int nFrameHeight,
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
D | Exynos_OMX_H264dec.c | 761 …(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/ |
D | Exynos_OMX_Mpeg4dec.c | 865 …(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/ |
D | Exynos_OMX_VdecControl.c | 623 …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/ |
D | OMX_JpegEnc_Utils.c | 603 … 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/ |
D | OMX_JpegDec_Utils.c | 574 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/ |
D | portbase.cpp | 256 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/ |
D | omx_video_encoder.cpp | 253 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/ |
D | OMX_Image.h | 115 OMX_U32 nFrameHeight; member
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Image.h | 115 OMX_U32 nFrameHeight; member
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Image.h | 115 OMX_U32 nFrameHeight; member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_Image.h | 115 OMX_U32 nFrameHeight; member
|