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

123

/hardware/qcom/media/mm-video/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/mm-video/vidc/venc/inc/
H A Dfb_test.h36 int FBTest_Initialize(int nFrameWidth,
H A Dcamera_test.h46 int nFrameWidth,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c61 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
62 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
67 exynosOutputPort->portDefinition.format.video.nFrameWidth =
68 exynosInputPort->portDefinition.format.video.nFrameWidth;
176 OMX_U32 nFrameWidth = exynosInputPort->portDefinition.format.video.nFrameWidth; local
187 codecInputBuffer->dataSize = ((nFrameWidth * nFrameHeight) * 3) / 2;
202 pSrcBuf[1] = checkInputStream + (nFrameWidth * nFrameHeight);
203 pSrcBuf[2] = checkInputStream + (((nFrameWidth * nFrameHeight) * 5) / 4);
224 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeigh
318 OMX_U32 nFrameWidth = exynosInputPort->portDefinition.format.video.nFrameWidth; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) ||
80 (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH)
105 else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_CIF_WIDTH) &&
106 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_QCIF_WIDTH)) ||
134 else if (((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth <= VIDDEC_QCIF_WIDTH) &&
135 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth >= VIDDEC_MIN_WIDTH)) ||
865 pComponentPrivate->pInPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH;
895 pComponentPrivate->pOutPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH;
1216 pComponentPrivate->pInPortDef->format.video.nFrameWidth = VIDDEC_DEFAULT_WIDTH;
1222 pComponentPrivate->pInPortDef->nBufferSize = pComponentPrivate->pInPortDef->format.video.nFrameWidth *
7031 OMX_U32 nFrameWidth = 0; local
7256 OMX_U32 nFrameWidth = pComponentPrivate->pOutPortDef->format.video.nFrameWidth; local
[all...]
/hardware/qcom/media/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/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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/ti/omap3/omx/system/src/openmax_il/omx_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/ti/omap4xxx/domx/omx_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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c630 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
739 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
741 pExynosInputPort->portDefinition.format.video.nFrameWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth;
743 pExynosInputPort->portDefinition.format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
759 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
762 pExynosInputPort->portDefinition.format.video.nFrameWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth;
[all...]
/hardware/qcom/media/mm-video/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);
1380 OMX_U32 nFrameWidth; local
1384 nFrameWidth = m_sInPortDef.format.video.nFrameWidth;
1385 m_sInPortDef.format.video.nFrameWidth =
1387 m_sInPortDef.format.video.nFrameHeight = nFrameWidth;
1389 m_sOutPortDef.format.video.nFrameWidth =
1390 m_sInPortDef.format.video.nFrameWidth;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c738 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
837 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth) ||
839 pExynosInputPort->portDefinition.format.video.nFrameWidth = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth;
841 pExynosInputPort->portDefinition.format.video.nStride = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
857 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth) ||
860 pExynosInputPort->portDefinition.format.video.nFrameWidth = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c549 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
648 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
650 pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
652 pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
668 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
671 pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c73 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
74 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
79 exynosOutputPort->portDefinition.format.video.nFrameWidth =
80 exynosInputPort->portDefinition.format.video.nFrameWidth;
96 width = exynosOutputPort->portDefinition.format.video.nFrameWidth;
138 pExynosInputPort->portDefinition.format.video.nFrameWidth = DEFAULT_FRAME_WIDTH;
151 pExynosOutputPort->portDefinition.format.video.nFrameWidth = DEFAULT_FRAME_WIDTH;
1124 pExynosPort->portDefinition.format.video.nFrameWidth = 0;
1146 pExynosPort->portDefinition.format.video.nFrameWidth = 0;
H A DExynos_OMX_VdecControl.c1297 realWidth = pExynosPort->portDefinition.format.video.nFrameWidth;
1308 pExynosOutputPort->portDefinition.format.video.nFrameWidth = pExynosPort->portDefinition.format.video.nFrameWidth;
1321 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) +
1322 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1);
1332 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) +
1333 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1);
1527 width = pExynosPort->portDefinition.format.video.nFrameWidth;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c573 OMX_U16 nFrameWidth; local
634 nFrameWidth = pPortDefIn->format.image.nFrameWidth * nScaleFactor / 100;
639 nFrameWidth<= 176) {
643 nFrameWidth<= 352) {
647 nFrameWidth <= 640) {
651 nFrameWidth <= 1280) {
655 nFrameWidth<= 1920) {
659 nFrameWidth<= 2048) {
663 nFrameWidth<
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c603 if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (352*288)) {
606 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (640*480)) {
609 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (720*576)) {
612 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (1*1024*1024)) {
615 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (2*1024*1024)) {
618 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (3*1024*1024)) {
621 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (4*1024*1024)) {
624 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (5*1024*1024)) {
627 else if ((pPortDefIn->format.image.nFrameHeight * pPortDefIn->format.image.nFrameWidth) <= (6*1024*1024)) {
647 ptCreateString[7] = (pPortDefOut->format.image.nFrameWidth >
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c2473 ((H264VE_GPP_SN_UALGInputParams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.videncDynamicParams.inputWidth = pPortDefIn->format.video.nFrameWidth;
3227 if ((pPortDefIn->format.video.nFrameWidth <= 176) &&
3232 else if ((pPortDefIn->format.video.nFrameWidth <= 352) &&
3261 pCreatePhaseArgs->ulWidth = pPortDefIn->format.video.nFrameWidth;
3368 (pPortDefIn->format.video.nFrameWidth == 320) &&
3382 if ((pPortDefIn->format.video.nFrameWidth >= 640 ||
3505 if ((pPortDefIn->format.video.nFrameWidth <= 176) &&
3510 else if ((pPortDefIn->format.video.nFrameWidth <= 352) &&
3515 else if ((pPortDefIn->format.video.nFrameWidth <= 640) &&
3520 else if ((pPortDefIn->format.video.nFrameWidth <
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h94 unsigned int nFrameWidth; member in struct:_ExynosVideoGeometry
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c240 pCommonParam->SourceWidth = pExynosOutputPort->portDefinition.format.video.nFrameWidth;
802 bufferConf.nFrameWidth = pExynosInputPort->portDefinition.format.video.nFrameWidth;
892 int OutBufferSize = pExynosOutputPort->portDefinition.format.video.nFrameWidth * pExynosOutputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
1761 pMFCYUVDataSize[0] = pExynosInputPort->portDefinition.format.video.nFrameWidth * pExynosInputPort->portDefinition.format.video.nFrameHeight;
1765 nAllocLen[0] = ALIGN_TO_16B(pExynosInputPort->portDefinition.format.video.nFrameWidth) *
2235 pExynosPort->portDefinition.format.video.nFrameWidth = DEFAULT_FRAME_WIDTH;
2249 pExynosPort->portDefinition.format.video.nFrameWidth = DEFAULT_FRAME_WIDTH;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_ImgConv.c121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp1900 portFmt.format.video.nFrameWidth = width;
1963 portFmt.format.video.nFrameWidth,
3528 DEBUG_PRINT_ERROR("DispWidth %d DispHeight %d\n",portFmt.format.video.nFrameWidth,portFmt.format.video.nFrameHeight);
3593 if(portFmt.format.video.nFrameWidth < destW)
3594 destW = portFmt.format.video.nFrameWidth ;
3610 e->src_rect.w = portFmt.format.video.nFrameWidth;
3770 width = portFmt.format.video.nFrameWidth;

Completed in 3521 milliseconds

123