Searched defs:nFrameWidth (Results 1 - 25 of 26) sorted by relevance

12

/hardware/qcom/media/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/mm-video-v4l2/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.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/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
H A DOMX_Video.h99 * nFrameWidth : Width of frame to be used on channel if
128 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_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
H A DOMX_Video.h98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/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...]
H A Dvideo_encoder_device.cpp577 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1117 OMX_U32 nFrameWidth; local
1120 nFrameWidth = m_sVenc_cfg.input_width;
1122 m_sVenc_cfg.input_height = nFrameWidth;
H A Dvideo_encoder_device_copper.cpp627 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth)
631 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1126 OMX_U32 nFrameWidth; local
1129 nFrameWidth = m_sVenc_cfg.input_width;
1131 m_sVenc_cfg.input_height = nFrameWidth;
/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
H A DOMX_Video.h98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_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
H A DOMX_Video.h98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth; member in struct:OMX_VIDEO_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/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp255 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
280 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
493 (int)portDefn->format.video.nFrameWidth);
496 if (!dev_is_video_session_supported(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
[all...]
H A Dvideo_encoder_device.cpp601 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1175 OMX_U32 nFrameWidth; local
1178 nFrameWidth = m_sVenc_cfg.input_width;
1180 m_sVenc_cfg.input_height = nFrameWidth;
H A Dvideo_encoder_device_v4l2.cpp939 m_sVenc_cfg.input_width != portDefn->format.video.nFrameWidth) {
942 m_sVenc_cfg.input_width = portDefn->format.video.nFrameWidth;
1403 OMX_U32 nFrameWidth; local
1406 nFrameWidth = m_sVenc_cfg.input_width;
1408 m_sVenc_cfg.input_height = 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;
280 OMX_U32 nFrameWidth = exynosInputPort->portDefinition.format.video.nFrameWidth; 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, nFrameHeigh
422 OMX_U32 nFrameWidth = exynosInputPort->portDefinition.format.video.nFrameWidth; local
[all...]
/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/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h97 unsigned int nFrameWidth; member in struct:_ExynosVideoGeometry
/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...]

Completed in 488 milliseconds

12