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 225 OMX_U32 nSliceHeight;
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 138 outDef->format.video.nSliceHeight = outDef->format.video.nFrameHeight;
141 (outDef->format.video.nStride * outDef->format.video.nSliceHeight * 3) / 2;
148 inDef->format.video.nSliceHeight = 0;
185 || def->format.video.nSliceHeight != (OMX_U32)height) {
221 def->format.video.nSliceHeight = mHeight;
SoftVideoEncoderOMXComponent.cpp 103 def.format.video.nSliceHeight = def.format.video.nFrameHeight;
131 def.format.video.nSliceHeight = 0;
152 inDef->format.video.nSliceHeight = inDef->format.video.nFrameHeight;
156 inDef->format.video.nStride * inDef->format.video.nSliceHeight * 3 / 2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 363 def->format.video.nSliceHeight = align(def->format.video.nSliceHeight, 16);
364 def->nBufferSize = (def->format.video.nStride * def->format.video.nSliceHeight * 3) / 2;
  /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 111 * nSliceHeight : Height used when encoding in slices
133 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;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 83 paramPortDefinitionInput.format.video.nSliceHeight = 0;
144 paramPortDefinitionOutput.format.video.nSliceHeight = 144;
676 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
682 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
700 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
    [all...]
OMXVideoDecoderVP9Hybrid.cpp 441 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
447 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
468 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
OMXVideoDecoderVP9HWR.cpp 517 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
523 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
544 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/
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 866 milliseconds

1 2 3