Searched refs:nFrameHeight (Results 1 - 25 of 66) sorted by relevance

123

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dfb_test.c31 int nFrameHeight)
30 FBTest_Initialize(int nFrameWidth, int nFrameHeight) argument
H A Dcamera_test.cpp37 int nFrameHeight,
47 // nFrameHeight,
35 CameraTest_Initialize(int nFrameRate, int nFrameWidth, int nFrameHeight, CameraPreviewCallback pfnPreviewCallback) argument
H A Dvenc_test.cpp222 OMX_U32 nFrameHeight; member in struct:ProfileType
533 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
535 E ("\n Height %d width %d bit rate %d",portdef.format.video.nFrameHeight
557 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
593 mb_per_frame = ((m_sProfile.nFrameHeight+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_sProfile.nFrameHeight;
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dfb_test.c31 int nFrameHeight)
30 FBTest_Initialize(int nFrameWidth, int nFrameHeight) argument
H A Dcamera_test.cpp37 int nFrameHeight,
47 // nFrameHeight,
35 CameraTest_Initialize(int nFrameRate, int nFrameWidth, int nFrameHeight, CameraPreviewCallback pfnPreviewCallback) argument
H A Dvenc_test.cpp261 OMX_U32 nFrameHeight; member in struct:ProfileType
572 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
574 E ("\n Height %lu width %lu bit rate %lu",portdef.format.video.nFrameHeight
596 portdef.format.video.nFrameHeight = m_sProfile.nFrameHeight;
633 mb_per_frame = ((m_sProfile.nFrameHeight+15)>>4)*
835 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) &&
1445 height = m_sProfile.nFrameHeight;
1481 OMX_U32 bytestoread = m_sProfile.nFrameWidth*m_sProfile.nFrameHeight;
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dfb_test.h37 int nFrameHeight);
H A Dcamera_test.h47 int nFrameHeight,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dfb_test.h37 int nFrameHeight);
H A Dcamera_test.h47 int nFrameHeight,
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
281 OMX_U32 nFrameHeight = exynosInputPort->portDefinition.format.video.nFrameHeight; local
291 codecInputBuffer->dataSize = ((nFrameWidth * nFrameHeight) * 3) / 2;
306 pSrcBuf[1] = checkInputStream + (nFrameWidth * nFrameHeight);
307 pSrcBuf[2] = checkInputStream + (((nFrameWidth * nFrameHeight) * 5) / 4);
328 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaqu
423 OMX_U32 nFrameHeight = exynosInputPort->portDefinition.format.video.nFrameHeight; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
107 ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_CIF_HEIGHT) &&
108 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_QCIF_HEIGHT))) {
136 ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight <= VIDDEC_QCIF_HEIGHT) &&
137 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight >= VIDDEC_MIN_HEIGHT))) {
866 pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
896 pComponentPrivate->pOutPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
1217 pComponentPrivate->pInPortDef->format.video.nFrameHeight = VIDDEC_DEFAULT_HEIGHT;
1223 pComponentPrivate->pInPortDef->format.video.nFrameHeight *
7032 OMX_U32 nFrameHeight = 0; local
7257 OMX_U32 nFrameHeight = pComponentPrivate->pOutPortDef->format.video.nFrameHeight; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c759 (pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight)) {
761 pInputPortDefinition->format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight;
763 pInputPortDefinition->format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
782 (pInputPort->portDefinition.format.video.nFrameHeight != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight) ||
785 pInputPortDefinition->format.video.nFrameHeight = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight;
787 pInputPortDefinition->format.video.nSliceHeight = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c804 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
894 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight)) {
896 pExynosInputPort->portDefinition.format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight;
898 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
914 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight) ||
917 pExynosInputPort->portDefinition.format.video.nFrameHeight = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameHeight;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c615 * pExynosInputPort->portDefinition.format.video.nFrameHeight * 3 / 2;
705 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight)) {
707 pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
709 pExynosInputPort->portDefinition.format.video.nSliceHeight = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
725 (pExynosInputPort->portDefinition.format.video.nFrameHeight != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight) ||
728 pExynosInputPort->portDefinition.format.video.nFrameHeight = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c623 pInputPort->portDefinition.format.video.nFrameHeight = pInputPort->newPortDefinition.format.video.nFrameHeight;
1252 realHeight = pExynosPort->portDefinition.format.video.nFrameHeight;
1263 pExynosOutputPort->portDefinition.format.video.nFrameHeight = pExynosPort->portDefinition.format.video.nFrameHeight;
1275 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) +
1276 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1);
1286 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight) +
1287 calc_plane(pExynosPort->portDefinition.format.video.nFrameWidth, pExynosOutputPort->portDefinition.format.video.nFrameHeight >> 1);
1505 height = pExynosPort->portDefinition.format.video.nFrameHeight;
[all...]
H A DExynos_OMX_Vdec.c76 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
77 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
82 exynosOutputPort->portDefinition.format.video.nFrameHeight =
83 exynosInputPort->portDefinition.format.video.nFrameHeight;
98 height = exynosOutputPort->portDefinition.format.video.nFrameHeight;
242 pExynosInputPort->portDefinition.format.video.nFrameHeight= DEFAULT_FRAME_HEIGHT;
255 pExynosOutputPort->portDefinition.format.video.nFrameHeight= DEFAULT_FRAME_HEIGHT;
1258 pExynosPort->portDefinition.format.video.nFrameHeight= 0;
1280 pExynosPort->portDefinition.format.video.nFrameHeight= 0;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c574 OMX_U16 nFrameHeight; local
635 nFrameHeight = pPortDefIn->format.image.nFrameHeight * nScaleFactor / 100;
638 if (nFrameHeight <= 144 &&
642 else if (nFrameHeight <= 288 &&
646 else if (nFrameHeight <= 480 &&
650 else if (nFrameHeight<= 1024 &&
654 else if (nFrameHeight <= 1200 &&
658 else if (nFrameHeight<= 1536 &&
662 else if (nFrameHeight<
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp253 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
278 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT;
515 (int)portDefn->format.video.nFrameHeight,
1390 m_sInPortDef.format.video.nFrameHeight;
1391 m_sInPortDef.format.video.nFrameHeight = nFrameWidth;
1395 m_sOutPortDef.format.video.nFrameHeight =
1396 m_sInPortDef.format.video.nFrameHeight;
/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)) {
648 ptCreateString[8] = (pPortDefOut->format.image.nFrameHeight >
[all...]

Completed in 620 milliseconds

123