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

1234

/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/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.cpp92 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
94 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
96 mDecodedImageWidth = def_output->format.video.nFrameWidth;
176 mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
178 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
442 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth;
568 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
580 paramPortDefinitionInput.format.video.nFrameWidth = width;
586 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
607 paramPortDefinitionOutput.format.video.nFrameWidth
[all...]
H A DOMXVideoDecoderBase.cpp88 paramPortDefinitionInput.format.video.nFrameWidth = 176;
149 paramPortDefinitionOutput.format.video.nFrameWidth = 176;
519 mGraphicBufferParam.graphicBufferHStride = getStride(def_output->format.video.nFrameWidth);
521 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
569 p->width = paramPortDefinitionInput->format.video.nFrameWidth;
806 paramPortDefinitionInput.format.video.nFrameWidth = width;
811 paramPortDefinitionOutput.format.video.nFrameWidth = width;
813 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(paramPortDefinitionOutput.format.video.nFrameWidth);
852 paramPortDefinitionInput.format.video.nFrameWidth,
861 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth
[all...]
H A DOMXVideoDecoderVP9HWR.cpp504 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
512 paramPortDefinitionInput.format.video.nFrameWidth = width;
518 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
537 paramPortDefinitionOutput.format.video.nFrameWidth = width;
540 paramPortDefinitionOutput.format.video.nFrameWidth);
734 rectParams->nWidth = paramPortDefinitionInput->format.video.nFrameWidth;
781 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2;
785 port_def.format.video.nFrameWidth);
/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/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/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/omap4-aah/domx/omx_core/inc/
H A DOMX_Image.h108 * nFrameWidth : Width of frame to be used on port if
131 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/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;
/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/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp298 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
323 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
589 (int)portDefn->format.video.nFrameWidth);
592 if (!dev_is_video_session_supported(portDefn->format.video.nFrameWidth,
1730 OMX_U32 nFrameWidth; local
1735 nFrameWidth = m_sOutPortDef.format.video.nFrameWidth;
1737 m_sOutPortDef.format.video.nFrameWidth = nFrameHeight;
1738 m_sOutPortDef.format.video.nFrameHeight = nFrameWidth;

Completed in 1697 milliseconds

1234