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

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Image.h 91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth;
OMX_Video.h 98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Image.h 108 * nFrameWidth : Width of frame to be used on port if
131 OMX_U32 nFrameWidth;
OMX_Video.h 116 * nFrameWidth : Width of frame to be used on channel if
145 OMX_U32 nFrameWidth;
    [all...]
  /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;
OMX_Video.h 98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 573 OMX_U16 nFrameWidth;
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<= 2560)
    [all...]
  /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;
OMX_Video.h 98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 91 * nFrameWidth : Width of frame to be used on port if
114 OMX_U32 nFrameWidth;
OMX_Video.h 98 * nFrameWidth : Width of frame to be used on channel if
127 OMX_U32 nFrameWidth;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 194 OMX_U32 nFrameWidth;
359 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
363 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
375 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
411 ((m_sProfile.nFrameWidth+15)>>4);
    [all...]
  /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...]

Completed in 416 milliseconds