HomeSort by relevance Sort by last modified time
    Searched refs:nFrameWidth (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
fb_test.c 30 int FBTest_Initialize(int nFrameWidth,
camera_test.cpp 36 int nFrameWidth,
46 // pCamera->init_camera(nFrameWidth,
venc_test.cpp 221 OMX_U32 nFrameWidth;
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) ) &&
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
fb_test.h 36 int FBTest_Initialize(int nFrameWidth,
camera_test.h 46 int nFrameWidth,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
fb_test.h 36 int FBTest_Initialize(int nFrameWidth,
camera_test.h 46 int nFrameWidth,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 260 OMX_U32 nFrameWidth;
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) ) &&
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 319 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth;
430 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
438 paramPortDefinitionInput.format.video.nFrameWidth = width;
444 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
463 paramPortDefinitionOutput.format.video.nFrameWidth = width;
466 paramPortDefinitionOutput.format.video.nFrameWidth);
506 rectParams->nWidth = paramPortDefinitionInput->format.video.nFrameWidth;
547 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2;
548 mDecodedImageWidth = port_def.format.video.nFrameWidth;
552 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth);
    [all...]
OMXVideoDecoderBase.cpp 80 paramPortDefinitionInput.format.video.nFrameWidth = 176;
141 paramPortDefinitionOutput.format.video.nFrameWidth = 176;
483 p->width = paramPortDefinitionInput->format.video.nFrameWidth;
656 paramPortDefinitionInput.format.video.nFrameWidth,
665 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
673 paramPortDefinitionInput.format.video.nFrameWidth = width;
679 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
695 paramPortDefinitionOutput.format.video.nFrameWidth = width;
698 paramPortDefinitionOutput.format.video.nFrameWidth);
    [all...]
OMXVideoDecoderVP9HWR.cpp 506 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
514 paramPortDefinitionInput.format.video.nFrameWidth = width;
520 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
539 paramPortDefinitionOutput.format.video.nFrameWidth = width;
542 paramPortDefinitionOutput.format.video.nFrameWidth);
599 size_t inBufferWidth = paramPortDefinitionInput->format.video.nFrameWidth;
741 rectParams->nWidth = paramPortDefinitionInput->format.video.nFrameWidth;
788 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2;
792 port_def.format.video.nFrameWidth);
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 135 outDef->format.video.nFrameWidth = outputBufferWidth();
137 outDef->format.video.nStride = outDef->format.video.nFrameWidth;
144 inDef->format.video.nFrameWidth = mWidth;
387 uint32_t oldWidth = def->format.video.nFrameWidth;
389 uint32_t newWidth = video_def->nFrameWidth;
402 // For input port, we only set nFrameWidth and nFrameHeight. Buffer size
405 def->format.video.nFrameWidth = newWidth;
SoftVideoEncoderOMXComponent.cpp 100 def.format.video.nFrameWidth = mWidth;
102 def.format.video.nStride = def.format.video.nFrameWidth;
128 def.format.video.nFrameWidth = mWidth;
149 inDef->format.video.nFrameWidth = mWidth;
151 inDef->format.video.nStride = inDef->format.video.nFrameWidth;
164 outDef->format.video.nFrameWidth = mWidth;
174 mWidth = port->format.video.nFrameWidth;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 61 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;
291 codecInputBuffer->dataSize = ((nFrameWidth * nFrameHeight) * 3) / 2;
306 pSrcBuf[1] = checkInputStream + (nFrameWidth * nFrameHeight);
307 pSrcBuf[2] = checkInputStream + (((nFrameWidth * nFrameHeight) * 5) / 4);
329 Exynos_OSAL_LockANBHandle((OMX_U32)ppBuf[0], nFrameWidth, nFrameHeight, OMX_COLOR_FormatAndroidOpaque, &stride, planes)
    [all...]
  /frameworks/native/include/media/hardware/
HardwareAPI.h 177 size_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
222 OMX_U32 nFrameWidth;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 70 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;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 760 (pInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
762 pInputPortDefinition->format.video.nFrameWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth;
764 pInputPortDefinition->format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
783 (pInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
786 pInputPortDefinition->format.video.nFrameWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth;
788 pInputPortDefinition->format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15))
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 864 (pInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth) ||
866 pInputPortDefinition->format.video.nFrameWidth = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth;
868 pInputPortDefinition->format.video.nStride = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 679 (pInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
681 pInputPortDefinition->format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
683 pInputPortDefinition->format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
702 (pInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
705 pInputPortDefinition->format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
707 pInputPortDefinition->format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15))
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Image.h 108 * nFrameWidth : Width of frame to be used on port if
131 OMX_U32 nFrameWidth;
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 108 * nFrameWidth : Width of frame to be used on port if
131 OMX_U32 nFrameWidth;

Completed in 1039 milliseconds

1 2 3 4