HomeSort by relevance Sort by last modified time
    Searched refs:nSliceHeight (Results 1 - 23 of 23) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Image.h 101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight;
OMX_Video.h 108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight;
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Image.h 118 * nSliceHeight : Height used when encoding in slices
134 OMX_U32 nSliceHeight;
OMX_Video.h 125 * nSliceHeight : Height used when encoding in slices
147 OMX_U32 nSliceHeight;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight;
OMX_Video.h 108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight;
OMX_Video.h 108 * nSliceHeight : Height used when encoding in slices
130 OMX_U32 nSliceHeight;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 588 pSECPort->portDefinition.format.video.nSliceHeight = height;
596 pSECOutputPort->portDefinition.format.video.nSliceHeight = height;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 447 pSECPort->portDefinition.format.video.nSliceHeight = height;
455 pSECOutputPort->portDefinition.format.video.nSliceHeight = height;
795 secInputPort->portDefinition.format.video.nSliceHeight = ((imgResol.height + 15) & (~15));
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 65 height = secOutputPort->portDefinition.format.video.nSliceHeight =
66 secInputPort->portDefinition.format.video.nSliceHeight;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c 64 height = secOutputPort->portDefinition.format.video.nSliceHeight =
65 secInputPort->portDefinition.format.video.nSliceHeight;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 818 pAppData->pInPortDef->format.video.nSliceHeight = -1;
896 pAppData->pOutPortDef->format.video.nSliceHeight = 0;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 889 pInPortDef->format.image.nSliceHeight = -1;
965 pOutPortDef->format.image.nSliceHeight = -1;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 592 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nSliceHeight = -1;
613 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.nSliceHeight = -1;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 631 pPortDef->format.video.nSliceHeight = -1;
673 pPortDef->format.video.nSliceHeight = -1;
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 964 video_def->nSliceHeight = sliceHeight;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 868 pComponentPrivate->pInPortDef->format.video.nSliceHeight = VIDDEC_INPUT_PORT_SLICEHEIGHT
    [all...]

Completed in 579 milliseconds