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

1 2 3

  /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 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/vidc/venc/inc/
fb_test.h 36 int FBTest_Initialize(int nFrameWidth,
camera_test.h 46 int nFrameWidth,
  /frameworks/av/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...]
  /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;
176 OMX_U32 nFrameWidth = exynosInputPort->portDefinition.format.video.nFrameWidth;
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...]
  /frameworks/av/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;
576 def->format.video.nFrameWidth = mWidth;
578 def->format.video.nStride = def->format.video.nFrameWidth;
582 def->format.video.nFrameWidth = mWidth;
584 def->format.video.nStride = def->format.video.nFrameWidth;
588 (((def->format.video.nFrameWidth + 15) & -16
    [all...]
  /frameworks/av/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;
535 def->format.video.nFrameWidth = mWidth;
537 def->format.video.nStride = def->format.video.nFrameWidth;
541 def->format.video.nFrameWidth = mWidth;
543 def->format.video.nStride = def->format.video.nFrameWidth;
547 (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...]
  /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/omap4xxx/domx/omx_core/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/component/video/dec/h264/
Exynos_OMX_H264dec.c 630 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
739 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
741 pExynosInputPort->portDefinition.format.video.nFrameWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth;
743 pExynosInputPort->portDefinition.format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
759 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth) ||
762 pExynosInputPort->portDefinition.format.video.nFrameWidth = pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 127 inputPort.format.video.nFrameWidth = mWidth;
129 inputPort.format.video.nStride = inputPort.format.video.nFrameWidth;
157 outputPort.format.video.nFrameWidth = mWidth;
159 outputPort.format.video.nStride = outputPort.format.video.nFrameWidth;
544 mWidth = port->format.video.nFrameWidth;
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 252 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
277 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH;
516 (int)portDefn->format.video.nFrameWidth);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 738 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
837 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth) ||
839 pExynosInputPort->portDefinition.format.video.nFrameWidth = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth;
841 pExynosInputPort->portDefinition.format.video.nStride = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
857 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth) ||
860 pExynosInputPort->portDefinition.format.video.nFrameWidth = pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 549 bufferConf.nSizeImage = pExynosInputPort->portDefinition.format.video.nFrameWidth
648 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
650 pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
652 pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
668 if ((pExynosInputPort->portDefinition.format.video.nFrameWidth != pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth) ||
671 pExynosInputPort->portDefinition.format.video.nFrameWidth = pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 73 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
74 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
79 exynosOutputPort->portDefinition.format.video.nFrameWidth =
80 exynosInputPort->portDefinition.format.video.nFrameWidth;
96 width = exynosOutputPort->portDefinition.format.video.nFrameWidth;
138 pExynosInputPort->portDefinition.format.video.nFrameWidth = DEFAULT_FRAME_WIDTH;
151 pExynosOutputPort->portDefinition.format.video.nFrameWidth = DEFAULT_FRAME_WIDTH;
    [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/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]

Completed in 2274 milliseconds

1 2 3