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

1 2 3 4

  /hardware/qcom/media/mm-video-legacy/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-legacy/vidc/venc/inc/
fb_test.h 36 int FBTest_Initialize(int nFrameWidth,
camera_test.h 46 int nFrameWidth,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
fb_test.h 36 int FBTest_Initialize(int nFrameWidth,
camera_test.h 46 int nFrameWidth,
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 90 mGraphicBufferParam.graphicBufferStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
91 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
93 mDecodedImageWidth = def_output->format.video.nFrameWidth;
166 mGraphicBufferParam.graphicBufferStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN) & ~VP9_YV12_ALIGN;
167 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
377 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth;
503 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
515 paramPortDefinitionInput.format.video.nFrameWidth = width;
521 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
542 paramPortDefinitionOutput.format.video.nFrameWidth = width
    [all...]
OMXVideoDecoderBase.cpp 85 paramPortDefinitionInput.format.video.nFrameWidth = 176;
146 paramPortDefinitionOutput.format.video.nFrameWidth = 176;
500 mGraphicBufferParam.graphicBufferStride = getStride(def_output->format.video.nFrameWidth);
501 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth;
548 p->width = paramPortDefinitionInput->format.video.nFrameWidth;
718 paramPortDefinitionInput.format.video.nFrameWidth = width;
723 paramPortDefinitionOutput.format.video.nFrameWidth = width;
725 paramPortDefinitionOutput.format.video.eColorFormat = GetOutputColorFormat(paramPortDefinitionOutput.format.video.nFrameWidth);
763 paramPortDefinitionInput.format.video.nFrameWidth,
772 widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &
    [all...]
OMXVideoDecoderVP9HWR.cpp 503 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth &&
511 paramPortDefinitionInput.format.video.nFrameWidth = width;
517 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped;
536 paramPortDefinitionOutput.format.video.nFrameWidth = width;
539 paramPortDefinitionOutput.format.video.nFrameWidth);
733 rectParams->nWidth = paramPortDefinitionInput->format.video.nFrameWidth;
780 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2;
784 port_def.format.video.nFrameWidth);
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 260 OMX_U32 nFrameWidth;
571 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
575 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
595 portdef.format.video.nFrameWidth = m_sProfile.nFrameWidth;
634 ((m_sProfile.nFrameWidth+15)>>4);
835 if ( ( (m_sProfile.nFrameWidth == 1280) && (m_sProfile.nFrameHeight = 720) ) &&
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 135 outDef->format.video.nFrameWidth = outputBufferWidth();
137 outDef->format.video.nStride = outDef->format.video.nFrameWidth;
144 inDef->format.video.nFrameWidth = mWidth;
387 uint32_t oldWidth = def->format.video.nFrameWidth;
389 uint32_t newWidth = video_def->nFrameWidth;
402 // For input port, we only set nFrameWidth and nFrameHeight. Buffer size
405 def->format.video.nFrameWidth = newWidth;
SoftVideoEncoderOMXComponent.cpp 102 def.format.video.nFrameWidth = mWidth;
104 def.format.video.nStride = def.format.video.nFrameWidth;
130 def.format.video.nFrameWidth = mWidth;
151 inDef->format.video.nFrameWidth = mWidth;
153 inDef->format.video.nStride = inDef->format.video.nFrameWidth;
166 outDef->format.video.nFrameWidth = mWidth;
176 mWidth = port->format.video.nFrameWidth;
  /frameworks/native/include/media/hardware/
HardwareAPI.h 208 uint32_t mWidth; // width of largest plane (unpadded, as in nFrameWidth)
253 OMX_U32 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...]
  /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/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/omap4-aah/domx/omx_core/inc/
OMX_Image.h 108 * nFrameWidth : Width of frame to be used on port if
131 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/qcom/media/mm-video-legacy/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/intel/common/wrs_omxil_core/base/src/
portbase.cpp 256 format->nFrameWidth = pformat->nFrameWidth;
264 OMX_S32 nFrameSize = getFrameBufSize(format->eColorFormat,format->nFrameWidth,format->nFrameHeight);
271 format->nStride = pformat->nFrameWidth;
288 format->nFrameWidth = pformat->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...]

Completed in 492 milliseconds

1 2 3 4