Searched refs:nFrameWidth (Results 1 - 25 of 68) sorted by relevance

123

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dfb_test.c30 int FBTest_Initialize(int nFrameWidth, argument
H A Dcamera_test.cpp36 int nFrameWidth,
46 // pCamera->init_camera(nFrameWidth,
35 CameraTest_Initialize(int nFrameRate, int nFrameWidth, int nFrameHeight, CameraPreviewCallback pfnPreviewCallback) argument
H A Dvenc_test.cpp221 OMX_U32 nFrameWidth; member in struct:ProfileType
532 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
536 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
556 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
594 ((m_sProfile.nFrameWidth+15)>>4);
810 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) &&
1443 E("W: %d H: %d Str: %d scal: %d \n", m_sProfile.nFrameWidth, m_sProfile.nFrameHeight,
1452 OMX_U32 bytestoread = m_sProfile.nFrameWidth*m_sProfil
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
H A Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
H A Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
H A Dcamera_test.h46 int nFrameWidth,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
H A Dcamera_test.h46 int nFrameWidth,
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp273 OMX_U32 nFrameWidth = 352, OMX_U32 nFrameHeight = 288,
278 setupRAWPort(omxNode, portIndex, nFrameWidth, nFrameHeight,
291 uint32_t* nFrameWidth, uint32_t* nFrameHeight,
294 *nFrameWidth = 352;
303 *nFrameWidth = portDef.format.video.nFrameWidth;
419 uint32_t nFrameWidth, nFrameHeight, xFramerate; local
420 getInputChannelInfo(omxNode, kPortIndexInput, &nFrameWidth,
429 nFrameWidth, nFrameHeight, 0, xFramerate);
603 nFrameWidth
290 getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput, uint32_t* nFrameWidth, uint32_t* nFrameHeight, uint32_t* xFramerate) argument
[all...]
H A Dmedia_video_hidl_test_common.h27 void setupRAWPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 nFrameWidth,
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp430 ((portDef.format.video.nFrameWidth + 15) >>
465 OMX_U32 nFrameWidth, OMX_U32 nFrameHeight,
472 portDef.format.video.nFrameWidth = nFrameWidth;
753 portDef.format.video.nFrameWidth, portDef.format.video.nFrameHeight,
846 int size = ((portDef.format.video.nFrameWidth *
860 memcpy(Y, imgTmp, portDef.format.video.nFrameWidth);
862 imgTmp += portDef.format.video.nFrameWidth;
870 for (i = 0; i < (portDef.format.video.nFrameWidth >> 1); ++i) {
876 for (i = 0; i < (portDef.format.video.nFrameWidth >>
463 setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_CODINGTYPE eCompressionFormat, OMX_U32 nFrameWidth, OMX_U32 nFrameHeight, OMX_U32 nBitrate, OMX_U32 xFramerate) argument
1068 uint32_t nFrameWidth = 352; local
1132 uint32_t nFrameWidth = 352; local
1240 uint32_t nFrameWidth = 352; local
1407 uint32_t nFrameWidth = 352; local
[all...]
H A Dmedia_video_hidl_test_common.cpp79 void setupRAWPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 nFrameWidth, argument
88 portDef.format.video.nFrameWidth = nFrameWidth;
90 portDef.format.video.nStride = (((nFrameWidth + 15) >> 4) << 4);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp260 OMX_U32 nFrameWidth; member in struct:ProfileType
571 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
575 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
595 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
634 ((m_sProfile.nFrameWidth+15)>>4);
835 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) &&
1446 width = m_sProfile.nFrameWidth;
1481 OMX_U32 bytestoread = m_sProfile.nFrameWidth*m_sProfil
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9Hybrid.cpp91 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
93 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
95 mDecodedImageWidth = def_output->format.video.nFrameWidth;
175 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
177 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
449 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth;
575 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
587 paramPortDefinitionInput.format.video.nFrameWidth = width;
593 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
614 paramPortDefinitionOutput.format.video.nFrameWidth
[all...]
H A DOMXVideoDecoderBase.cpp89 paramPortDefinitionInput.format.video.nFrameWidth = 176;
150 paramPortDefinitionOutput.format.video.nFrameWidth = 176;
520 mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth);
522 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
570 p->width = paramPortDefinitionInput->format.video.nFrameWidth;
808 paramPortDefinitionInput.format.video.nFrameWidth = width;
813 paramPortDefinitionOutput.format.video.nFrameWidth = width;
815 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(paramPortDefinitionOutput.format.video.nFrameWidth);
854 paramPortDefinitionInput.format.video.nFrameWidth,
863 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth
[all...]
H A DOMXVideoEncoderBase.cpp104 paramPortDefinitionInput.format.video.nFrameWidth = 176;
242 paramPortDefinitionOutput.format.video.nFrameWidth = 176;
289 mEncoderParams->resolution.width = paramPortDefinitionInput->format.video.nFrameWidth;
922 OMX_U32 width = paramPortDefinitionInput->format.video.nFrameWidth;
1031 intraRefresh.nCirMBs = divUp((divUp(def.format.video.nFrameWidth, 16u) * divUp(def.format.video.nFrameHeight,16u)), mConfigAndroidIntraRefresh.nRefreshPeriod);
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Image.h91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Image.h91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Image.h91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Image.h91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp252 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
277 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
516 (int)portDefn->format.video.nFrameWidth);
1384 OMX_U32 nFrameWidth; local
1388 nFrameWidth = m_sInPortDef.format.video.nFrameWidth;
1389 m_sInPortDef.format.video.nFrameWidth =
1391 m_sInPortDef.format.video.nFrameHeight = nFrameWidth;
1393 m_sOutPortDef.format.video.nFrameWidth =
1394 m_sInPortDef.format.video.nFrameWidth;
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp256 format->nFrameWidth = pformat->nFrameWidth;
264 OMX_S32 nFrameSize = getFrameBufSize(format->eColorFormat,format->nFrameWidth,format->nFrameHeight);
271 format->nStride = pformat->nFrameWidth;
288 format->nFrameWidth = pformat->nFrameWidth;

Completed in 2696 milliseconds

123