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

1 2

  /hardware/qcom/media/mm-video/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 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/qcom/media/mm-video/vidc/venc/inc/
fb_test.h 36 int FBTest_Initialize(int nFrameWidth,
camera_test.h 46 int 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...]
  /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/base/include/media/stagefright/openmax/
OMX_Image.h 108 * nFrameWidth : Width of frame to be used on port if
131 OMX_U32 nFrameWidth;
OMX_Video.h 115 * nFrameWidth : Width of frame to be used on channel if
144 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;
  /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;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 443 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
452 pSECOutputPort->portDefinition.format.video.nFrameWidth = pSECPort->portDefinition.format.video.nFrameWidth;
774 secInputPort->portDefinition.format.video.nFrameWidth,
788 if((secInputPort->portDefinition.format.video.nFrameWidth != actualWidth) ||
792 secInputPort->portDefinition.format.video.nFrameWidth = actualWidth;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 584 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
593 pSECOutputPort->portDefinition.format.video.nFrameWidth = pSECPort->portDefinition.format.video.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/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 603 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 > 0) ? pPortDefOut->format.image.nFrameWidth : JPGENC_SNTEST_MAX_WIDTH
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 214 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
237 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
454 (int)portDefn->format.video.nFrameWidth);
469 m_sInPortDef.format.video.nFrameWidth = portDefn->format.video.nFrameWidth;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 53 if ((secOutputPort->portDefinition.format.video.nFrameWidth !=
54 secInputPort->portDefinition.format.video.nFrameWidth) ||
59 secOutputPort->portDefinition.format.video.nFrameWidth =
60 secInputPort->portDefinition.format.video.nFrameWidth;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 52 if ((secOutputPort->portDefinition.format.video.nFrameWidth !=
53 secInputPort->portDefinition.format.video.nFrameWidth) ||
58 secOutputPort->portDefinition.format.video.nFrameWidth =
59 secInputPort->portDefinition.format.video.nFrameWidth;
694 int width = pSECPort->portDefinition.format.video.nFrameWidth;
750 width = pSECPort->portDefinition.format.video.nFrameWidth;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 191 pMpeg4Param->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
243 pH263Param->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 196 pH264Arg->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
775 width = pSECPort->portDefinition.format.video.nFrameWidth;
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 961 video_def->nFrameWidth = width;
986 video_def->nFrameWidth = width;
    [all...]

Completed in 552 milliseconds

1 2