HomeSort by relevance Sort by last modified time
    Searched refs:nFrameWidth (Results 1 - 25 of 48) 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,
  /frameworks/base/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 78 def.format.video.nFrameWidth = mWidth;
80 def.format.video.nStride = def.format.video.nFrameWidth;
103 def.format.video.nFrameWidth = mWidth;
105 def.format.video.nStride = def.format.video.nFrameWidth;
115 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
359 def->format.video.nFrameWidth = mWidth;
361 def->format.video.nStride = def->format.video.nFrameWidth;
365 def->format.video.nFrameWidth = mWidth;
367 def->format.video.nStride = def->format.video.nFrameWidth;
371 (def->format.video.nFrameWidth
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 120 def.format.video.nFrameWidth = mWidth;
122 def.format.video.nStride = def.format.video.nFrameWidth;
148 def.format.video.nFrameWidth = mWidth;
150 def.format.video.nStride = def.format.video.nFrameWidth;
160 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
574 def->format.video.nFrameWidth = mWidth;
576 def->format.video.nStride = def->format.video.nFrameWidth;
580 def->format.video.nFrameWidth = mWidth;
582 def->format.video.nStride = def->format.video.nFrameWidth;
586 (((def->format.video.nFrameWidth + 15) & -16
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 120 def.format.video.nFrameWidth = mWidth;
122 def.format.video.nStride = def.format.video.nFrameWidth;
145 def.format.video.nFrameWidth = mWidth;
147 def.format.video.nStride = def.format.video.nFrameWidth;
157 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
539 def->format.video.nFrameWidth = mWidth;
541 def->format.video.nStride = def->format.video.nFrameWidth;
545 def->format.video.nFrameWidth = mWidth;
547 def->format.video.nStride = def->format.video.nFrameWidth;
551 (def->format.video.nFrameWidth
    [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...]
  /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;
  /frameworks/base/include/media/stagefright/openmax/
OMX_Image.h 108 * nFrameWidth : Width of frame to be used on port if
131 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/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/omap4xxx/domx/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/enc/
SEC_OMX_Venc.c 50 if ((secOutputPort->portDefinition.format.video.nFrameWidth !=
51 secInputPort->portDefinition.format.video.nFrameWidth) ||
56 secOutputPort->portDefinition.format.video.nFrameWidth =
57 secInputPort->portDefinition.format.video.nFrameWidth;
693 int width = pSECPort->portDefinition.format.video.nFrameWidth;
704 int width = pSECPort->portDefinition.format.video.nFrameWidth;
756 width = pSECPort->portDefinition.format.video.nFrameWidth;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 438 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
447 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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 596 width = ((pSECPort->portDefinition.format.video.nFrameWidth + 15) & (~15));
605 pSECOutputPort->portDefinition.format.video.nFrameWidth = pSECPort->portDefinition.format.video.nFrameWidth;
    [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...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 51 if ((secOutputPort->portDefinition.format.video.nFrameWidth !=
52 secInputPort->portDefinition.format.video.nFrameWidth) ||
57 secOutputPort->portDefinition.format.video.nFrameWidth =
58 secInputPort->portDefinition.format.video.nFrameWidth;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 192 pMpeg4Param->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
276 pH263Param->SourceWidth = pSECOutputPort->portDefinition.format.video.nFrameWidth;
    [all...]

Completed in 820 milliseconds

1 2