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

1 2

  /frameworks/native/include/media/hardware/
HardwareAPI.h 256 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 105 def.format.video.nSliceHeight = def.format.video.nFrameHeight;
133 def.format.video.nSliceHeight = 0;
154 inDef->format.video.nSliceHeight = inDef->format.video.nFrameHeight;
158 inDef->format.video.nStride * inDef->format.video.nSliceHeight * 3 / 2;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 370 def->format.video.nSliceHeight = align(def->format.video.nSliceHeight, 16);
371 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/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 88 paramPortDefinitionInput.format.video.nSliceHeight = 0;
149 paramPortDefinitionOutput.format.video.nSliceHeight = 144;
721 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
727 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
783 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
789 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
    [all...]
OMXVideoDecoderVP9Hybrid.cpp 518 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
524 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
550 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
OMXVideoDecoderVP9HWR.cpp 514 paramPortDefinitionInput.format.video.nSliceHeight = sliceHeight;
520 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeightCropped;
541 paramPortDefinitionOutput.format.video.nSliceHeight = sliceHeight;
OMXVideoEncoderBase.cpp 106 paramPortDefinitionInput.format.video.nSliceHeight = 0;
238 paramPortDefinitionOutput.format.video.nSliceHeight = 144;
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 269 format->nSliceHeight = pformat->nSliceHeight;
272 format->nSliceHeight = pformat->nFrameHeight;
297 format->nSliceHeight = pformat->nSliceHeight;
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 324 p_session->inputPort.format.image.nSliceHeight =
600 p_session->outputPort.format.image.nSliceHeight =
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 320 p_session->inputPort.format.image.nSliceHeight =
588 p_session->outputPort.format.image.nSliceHeight =
  /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...]

Completed in 683 milliseconds

1 2