OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSliceHeight
(Results
1 - 25
of
45
) sorted by null
1
2
/frameworks/native/include/media/openmax/
OMX_Image.h
118
*
nSliceHeight
: Height used when encoding in slices
134
OMX_U32
nSliceHeight
;
OMX_Video.h
127
*
nSliceHeight
: Height used when encoding in slices
149
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/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
...]
/frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp
125
def->format.video.
nSliceHeight
= def->format.video.nFrameHeight;
131
def->format.video.
nSliceHeight
= def->format.video.nFrameHeight;
/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
262
def.format.video.
nSliceHeight
= mVideoHeight;
293
def.format.video.
nSliceHeight
= mVideoHeight;
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
181
inputPort.format.video.
nSliceHeight
= inputPort.format.video.nFrameHeight;
197
inputPort.format.video.
nSliceHeight
* 3) / 2;
211
outputPort.format.video.
nSliceHeight
= outputPort.format.video.nFrameHeight;
/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
...]
/device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c
489
inputPort->format.image.
nSliceHeight
= encode_params->dimension->orig_picture_dy;
498
inputPort1->format.image.
nSliceHeight
=
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
400
def.format.video.
nSliceHeight
= mVideoHeight;
423
def.format.video.
nSliceHeight
= mVideoHeight;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
763
pInputPortDefinition->format.video.
nSliceHeight
= ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
787
pInputPortDefinition->format.video.
nSliceHeight
= ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
811
pInputPortDefinition->format.video.
nSliceHeight
= ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
709
pExynosInputPort->portDefinition.format.video.
nSliceHeight
= ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
730
pExynosInputPort->portDefinition.format.video.
nSliceHeight
= ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameHeight + 15) & (~15));
[
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
...]
Completed in 120 milliseconds
1
2