HomeSort by relevance Sort by last modified time
    Searched refs:nFrameHeight (Results 26 - 50 of 50) sorted by null

12

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c 193 pMpeg4Param->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
277 pH263Param->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
194 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
OMX_VPP.c     [all...]
OMX_VPP_Utils.c     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 390 def.format.video.nFrameHeight = mVideoHeight;
413 def.format.video.nFrameHeight = mVideoHeight;
580 mVideoHeight = def->format.video.nFrameHeight;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c 198 pH264Arg->SourceHeight = pSECOutputPort->portDefinition.format.video.nFrameHeight;
800 pSECOutputPort->portDefinition.format.video.nFrameHeight);
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 119 * nFrameHeight : Height of frame to be used on channel if
146 OMX_U32 nFrameHeight;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 101 * nFrameHeight : Height of frame to be used on channel if
128 OMX_U32 nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 590 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nFrameHeight = 480; /* 144; */
611 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.nFrameHeight = 480; /* 144; */
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 795 portCheck.format.video.nFrameHeight = portParams.mHeight;
799 ( portCheck.format.video.nFrameHeight >= 1080 ) &&
817 portCheck.format.image.nFrameHeight = portParams.mHeight;
886 CAMHAL_LOGDB("\n ***IMG Height = %ld", portCheck.format.image.nFrameHeight);
900 CAMHAL_LOGDB("\n ***PRV Height = %ld", portCheck.format.video.nFrameHeight);
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 735 blocks[0].dim.area.height = tParamPortDef.format.video.nFrameHeight;
740 blocks[1].dim.area.height = tParamPortDef.format.video.nFrameHeight >> 1;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 505 def.format.video.nFrameHeight,
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 823 pAppData->pInPortDef->format.video.nFrameHeight = pAppData->nHeight;
894 pAppData->pOutPortDef->format.video.nFrameHeight = pAppData->nHeight;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 649 0,0,sPortDef.format.video.nFrameWidth, sPortDef.format.video.nFrameHeight,NULL);
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 368 if(m_sVenc_cfg.input_height != portDefn->format.video.nFrameHeight ||
372 m_sVenc_cfg.input_height = portDefn->format.video.nFrameHeight;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 887 pInPortDef->format.image.nFrameHeight = imageinfo->nHeight;
963 pOutPortDef->format.image.nFrameHeight = imageinfo->nHeight;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 629 pPortDef->format.video.nFrameHeight = 144;
671 pPortDef->format.video.nFrameHeight = 144;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]

Completed in 647 milliseconds

12