HomeSort by relevance Sort by last modified time
    Searched defs:nFrameHeight (Results 1 - 17 of 17) sorted by null

  /frameworks/native/include/media/openmax/
OMX_Image.h 111 * nFrameHeight : Height of frame to be used on port if
132 OMX_U32 nFrameHeight;
OMX_Video.h 119 * nFrameHeight : Height of frame to be used on channel if
146 OMX_U32 nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
OMX_Video.h 102 * nFrameHeight : Height of frame to be used on channel if
129 OMX_U32 nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
177 OMX_U32 nFrameHeight = exynosInputPort->portDefinition.format.video.nFrameHeight;
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, nFrameHeight, OMX_COLOR_FormatAndroidOpaque, planes)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 574 OMX_U16 nFrameHeight;
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<= 1600 &
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 94 * nFrameHeight : Height of frame to be used on port if
115 OMX_U32 nFrameHeight;
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 222 OMX_U32 nFrameHeight;
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) ) &&
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 95 unsigned int nFrameHeight;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 71 (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;
    [all...]

Completed in 228 milliseconds