/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 92 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)… in ProcessorInit() 94 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit() 96 mDecodedImageWidth = def_output->format.video.nFrameWidth; in ProcessorInit() 176 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)… in ProcessorReset() 178 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorReset() 442 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth; in FillRenderBuffer() 568 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth && in HandleFormatChange() 580 paramPortDefinitionInput.format.video.nFrameWidth = width; in HandleFormatChange() 586 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped; in HandleFormatChange() 607 paramPortDefinitionOutput.format.video.nFrameWidth = width; in HandleFormatChange() [all …]
|
D | OMXVideoDecoderBase.cpp | 88 paramPortDefinitionInput.format.video.nFrameWidth = 176; in InitInputPort() 149 paramPortDefinitionOutput.format.video.nFrameWidth = 176; in InitOutputPort() 519 … mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth); in PrepareConfigBuffer() 521 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in PrepareConfigBuffer() 569 p->width = paramPortDefinitionInput->format.video.nFrameWidth; in PrepareConfigBuffer() 806 paramPortDefinitionInput.format.video.nFrameWidth = width; 811 paramPortDefinitionOutput.format.video.nFrameWidth = width; 813 …rmat.video.eColorFormat = GetOutputColorFormat(paramPortDefinitionOutput.format.video.nFrameWidth); 852 paramPortDefinitionInput.format.video.nFrameWidth, 861 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth && [all …]
|
D | OMXVideoDecoderVP9HWR.cpp | 504 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth && in HandleFormatChange() 512 paramPortDefinitionInput.format.video.nFrameWidth = width; in HandleFormatChange() 518 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped; in HandleFormatChange() 537 paramPortDefinitionOutput.format.video.nFrameWidth = width; in HandleFormatChange() 540 paramPortDefinitionOutput.format.video.nFrameWidth); in HandleFormatChange() 734 rectParams->nWidth = paramPortDefinitionInput->format.video.nFrameWidth; in GetDecoderOutputCropSpecific() 781 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific() 785 port_def.format.video.nFrameWidth); in SetNativeBufferModeSpecific()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 221 OMX_U32 nFrameWidth; member 532 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth; in ConfigureEncoder() 536 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate); in ConfigureEncoder() 556 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth; in ConfigureEncoder() 594 ((m_sProfile.nFrameWidth+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 | 30 int FBTest_Initialize(int nFrameWidth, in FBTest_Initialize() argument
|
D | camera_test.cpp | 36 int nFrameWidth, in CameraTest_Initialize() argument
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 260 OMX_U32 nFrameWidth; member 571 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth; in ConfigureEncoder() 575 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate); in ConfigureEncoder() 595 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth; in ConfigureEncoder() 634 ((m_sProfile.nFrameWidth+15)>>4); in ConfigureEncoder() 835 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) && in ConfigureEncoder() 1446 width = m_sProfile.nFrameWidth; 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/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Utils.c | 70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) || in VIDDEC_GetRMFrecuency() 80 … (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH) in VIDDEC_GetRMFrecuency() 105 …else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_CIF_WIDTH) && in VIDDEC_GetRMFrecuency() 106 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_QCIF_WIDTH)) || in VIDDEC_GetRMFrecuency() 134 …else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_QCIF_WIDTH) … in VIDDEC_GetRMFrecuency() 135 … (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth >= VIDDEC_MIN_WIDTH)) || in VIDDEC_GetRMFrecuency() 865 … pComponentPrivate->pInPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH; in VIDDEC_Load_Defaults() 895 … pComponentPrivate->pOutPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH; in VIDDEC_Load_Defaults() 1216 pComponentPrivate->pInPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH; in VIDDEC_Load_Defaults() 1222 …rtDef->nBufferSize = pComponentPrivate->pInPortDef->format.video.nFrameWidth * in VIDDEC_Load_Defaults() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | fb_test.h | 36 int FBTest_Initialize(int nFrameWidth,
|
D | camera_test.h | 46 int nFrameWidth,
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | fb_test.h | 36 int FBTest_Initialize(int nFrameWidth,
|
D | camera_test.h | 46 int nFrameWidth,
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | fb_test.h | 36 int FBTest_Initialize(int nFrameWidth,
|
D | camera_test.h | 46 int nFrameWidth,
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 252 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 277 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 516 (int)portDefn->format.video.nFrameWidth); in set_parameter() 1384 OMX_U32 nFrameWidth; in set_config() local 1388 nFrameWidth = m_sInPortDef.format.video.nFrameWidth; in set_config() 1389 m_sInPortDef.format.video.nFrameWidth = in set_config() 1391 m_sInPortDef.format.video.nFrameHeight = nFrameWidth; in set_config() 1393 m_sOutPortDef.format.video.nFrameWidth = in set_config() 1394 m_sInPortDef.format.video.nFrameWidth; in set_config()
|
/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() 647 …ptCreateString[7] = (pPortDefOut->format.image.nFrameWidth > 0) ? pPortDefOut->format.image.nFrame… in Fill_JpegEncLCMLInitParams() [all …]
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDec_Utils.c | 573 OMX_U16 nFrameWidth; in Fill_LCMLInitParamsJpegDec() local 634 nFrameWidth = pPortDefIn->format.image.nFrameWidth * nScaleFactor / 100; in Fill_LCMLInitParamsJpegDec() 639 nFrameWidth<= 176) { in Fill_LCMLInitParamsJpegDec() 643 nFrameWidth<= 352) { in Fill_LCMLInitParamsJpegDec() 647 nFrameWidth <= 640) { in Fill_LCMLInitParamsJpegDec() 651 nFrameWidth <= 1280) { in Fill_LCMLInitParamsJpegDec() 655 nFrameWidth<= 1920) { in Fill_LCMLInitParamsJpegDec() 659 nFrameWidth<= 2048) { in Fill_LCMLInitParamsJpegDec() 663 nFrameWidth<= 2560) { in Fill_LCMLInitParamsJpegDec() 667 nFrameWidth<= 2560) { in Fill_LCMLInitParamsJpegDec() [all …]
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Image.h | 114 OMX_U32 nFrameWidth; member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Image.h | 114 OMX_U32 nFrameWidth; member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Image.h | 114 OMX_U32 nFrameWidth; member
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Image.h | 114 OMX_U32 nFrameWidth; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Image.h | 114 OMX_U32 nFrameWidth; member
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Image.h | 131 OMX_U32 nFrameWidth; member
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 256 format->nFrameWidth = pformat->nFrameWidth; in SetPortDefinition() 264 …OMX_S32 nFrameSize = getFrameBufSize(format->eColorFormat,format->nFrameWidth,format->nFrameHeight… in SetPortDefinition() 271 format->nStride = pformat->nFrameWidth; in SetPortDefinition() 288 format->nFrameWidth = pformat->nFrameWidth; in SetPortDefinition()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Utils.c | 2473 …->H264VENC_TI_DYNAMICPARAMS.videncDynamicParams.inputWidth = pPortDefIn->format.video.nFrameWidth; in OMX_VIDENC_Process_FilledInBuf() 3227 if ((pPortDefIn->format.video.nFrameWidth <= 176) && in OMX_VIDENC_InitDSP_H264Enc() 3232 else if ((pPortDefIn->format.video.nFrameWidth <= 352) && in OMX_VIDENC_InitDSP_H264Enc() 3261 pCreatePhaseArgs->ulWidth = pPortDefIn->format.video.nFrameWidth; in OMX_VIDENC_InitDSP_H264Enc() 3368 (pPortDefIn->format.video.nFrameWidth == 320) && in OMX_VIDENC_InitDSP_H264Enc() 3382 if ((pPortDefIn->format.video.nFrameWidth >= 640 || in OMX_VIDENC_InitDSP_H264Enc() 3505 if ((pPortDefIn->format.video.nFrameWidth <= 176) && in OMX_VIDENC_InitDSP_Mpeg4Enc() 3510 else if ((pPortDefIn->format.video.nFrameWidth <= 352) && in OMX_VIDENC_InitDSP_Mpeg4Enc() 3515 else if ((pPortDefIn->format.video.nFrameWidth <= 640) && in OMX_VIDENC_InitDSP_Mpeg4Enc() 3520 else if ((pPortDefIn->format.video.nFrameWidth <= 720) && in OMX_VIDENC_InitDSP_Mpeg4Enc() [all …]
|