Home
last modified time | relevance | path

Searched refs:nFrameWidth (Results 1 – 25 of 75) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9Hybrid.cpp91 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)… in ProcessorInit()
93 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
95 mDecodedImageWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
175 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)… in ProcessorReset()
177 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorReset()
449 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth; in FillRenderBuffer()
575 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth && in HandleFormatChange()
587 paramPortDefinitionInput.format.video.nFrameWidth = width; in HandleFormatChange()
593 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped; in HandleFormatChange()
614 paramPortDefinitionOutput.format.video.nFrameWidth = width; in HandleFormatChange()
[all …]
DOMXVideoDecoderBase.cpp89 paramPortDefinitionInput.format.video.nFrameWidth = 176; in InitInputPort()
150 paramPortDefinitionOutput.format.video.nFrameWidth = 176; in InitOutputPort()
520 … mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth); in PrepareConfigBuffer()
522 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in PrepareConfigBuffer()
570 p->width = paramPortDefinitionInput->format.video.nFrameWidth; in PrepareConfigBuffer()
808 paramPortDefinitionInput.format.video.nFrameWidth = width;
813 paramPortDefinitionOutput.format.video.nFrameWidth = width;
815 …rmat.video.eColorFormat = GetOutputColorFormat(paramPortDefinitionOutput.format.video.nFrameWidth);
854 paramPortDefinitionInput.format.video.nFrameWidth,
863 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp347 OMX_U32 nFrameWidth = 352, OMX_U32 nFrameHeight = 288, in setDefaultPortParam() argument
352 setupRAWPort(omxNode, portIndex, nFrameWidth, nFrameHeight, in setDefaultPortParam()
365 uint32_t* nFrameWidth, uint32_t* nFrameHeight, in getInputChannelInfo() argument
368 *nFrameWidth = 352; in getInputChannelInfo()
377 *nFrameWidth = portDef.format.video.nFrameWidth; in getInputChannelInfo()
493 uint32_t nFrameWidth, nFrameHeight, xFramerate; in portReconfiguration() local
494 getInputChannelInfo(omxNode, kPortIndexInput, &nFrameWidth, in portReconfiguration()
503 nFrameWidth, nFrameHeight, 0, xFramerate); in portReconfiguration()
677 nFrameWidth = params.nFrameWidth; in DescribeColorFormatParams()
705 describeParams.nFrameWidth = 128; in isColorFormatFlexibleYUV()
[all …]
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp504 ((portDef.format.video.nFrameWidth + 15) >> in setRefreshPeriod()
539 OMX_U32 nFrameWidth, OMX_U32 nFrameHeight, in setDefaultPortParam() argument
546 portDef.format.video.nFrameWidth = nFrameWidth; in setDefaultPortParam()
827 portDef.format.video.nFrameWidth, portDef.format.video.nFrameHeight, in dispatchGraphicBuffer()
920 int size = ((portDef.format.video.nFrameWidth * in fillByteBuffer()
934 memcpy(Y, imgTmp, portDef.format.video.nFrameWidth); in fillByteBuffer()
936 imgTmp += portDef.format.video.nFrameWidth; in fillByteBuffer()
944 for (i = 0; i < (portDef.format.video.nFrameWidth >> 1); ++i) { in fillByteBuffer()
950 for (i = 0; i < (portDef.format.video.nFrameWidth >> 1); ++i) { in fillByteBuffer()
963 memcpy(Cb, imgTmp, (portDef.format.video.nFrameWidth >> 1)); in fillByteBuffer()
[all …]
Dmedia_video_hidl_test_common.cpp79 void setupRAWPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 nFrameWidth, in setupRAWPort() argument
88 portDef.format.video.nFrameWidth = nFrameWidth; in setupRAWPort()
90 portDef.format.video.nStride = (((nFrameWidth + 15) >> 4) << 4); in setupRAWPort()
Dmedia_video_hidl_test_common.h27 void setupRAWPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 nFrameWidth,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp221 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 …]
Dfb_test.c30 int FBTest_Initialize(int nFrameWidth, in FBTest_Initialize() argument
Dcamera_test.cpp36 int nFrameWidth, in CameraTest_Initialize() argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp260 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/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp252 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/qcom/media/msm8974/mm-core/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
/hardware/qcom/media/sdm845/mm-core/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp256 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()

123