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

1 2 3

  /frameworks/native/include/media/hardware/
HardwareAPI.h 211 OMX_U32 nSliceHeight;
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 131 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
139 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
172 if (def->format.video.nStride != width || def->format.video.nSliceHeight != height) {
208 def->format.video.nSliceHeight = mHeight;
373 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
  /frameworks/native/include/media/openmax/
OMX_Image.h 118 * nSliceHeight : Height used when encoding in slices
134 OMX_U32 nSliceHeight;
OMX_Video.h 128 * nSliceHeight : Height used when encoding in slices
150 OMX_U32 nSliceHeight;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 101 * nSliceHeight : Height used when encoding in slices
117 OMX_U32 nSliceHeight;
OMX_Video.h 109 * nSliceHeight : Height used when encoding in slices
131 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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_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...]
  /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...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 118 * nSliceHeight : Height used when encoding in slices
134 OMX_U32 nSliceHeight;
OMX_Video.h 126 * nSliceHeight : Height used when encoding in slices
148 OMX_U32 nSliceHeight;
    [all...]
  /hardware/ti/omap4xxx/domx/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...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 80 paramPortDefinitionInput.format.video.nSliceHeight = 0;
141 paramPortDefinitionOutput.format.video.nSliceHeight = 144;
668 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
674 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
692 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
    [all...]
OMXVideoDecoderVP9HWR.cpp 519 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
525 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
546 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 268 format->nSliceHeight = pformat->nSliceHeight;
271 format->nSliceHeight = pformat->nFrameHeight;
296 format->nSliceHeight = pformat->nSliceHeight;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 86 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
87 exynosInputPort->portDefinition.format.video.nSliceHeight;
244 pExynosInputPort->portDefinition.format.video.nSliceHeight = 0;
257 pExynosOutputPort->portDefinition.format.video.nSliceHeight = 0;
    [all...]
Exynos_OMX_VdecControl.c 625 pInputPort->portDefinition.format.video.nSliceHeight = pInputPort->newPortDefinition.format.video.nSliceHeight;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 235 def.format.video.nSliceHeight = mVideoHeight;
266 def.format.video.nSliceHeight = mVideoHeight;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 110 inputPort.format.video.nSliceHeight = inputPort.format.video.nFrameHeight;
125 inputPort.format.video.nSliceHeight * 3) / 2;
139 outputPort.format.video.nSliceHeight = outputPort.format.video.nFrameHeight;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 73 height = exynosOutputPort->portDefinition.format.video.nSliceHeight =
74 exynosInputPort->portDefinition.format.video.nSliceHeight;
    [all...]

Completed in 906 milliseconds

1 2 3