OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eCompressionFormat
(Results
51 - 61
of
61
) sorted by null
1
2
3
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c
568
if (sPortDef.eDomain == OMX_PortDomainVideo && sPortDef.format.video.
eCompressionFormat
== OMX_VIDEO_CodingUnused)
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c
892
pInPortDef->format.image.
eCompressionFormat
= OMX_IMAGE_CodingJPEG;
967
pOutPortDef->format.image.
eCompressionFormat
= OMX_IMAGE_CodingUnused;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h
748
OMX_VIDEO_CODINGTYPE
eCompressionFormat
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp
805
bool isVP8Decoder = pExynosComponent->pExynosPort[INPUT_PORT_INDEX].portDefinition.format.video.
eCompressionFormat
== OMX_VIDEO_CodingVPX;
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c
327
switch (pEncParam->
eCompressionFormat
) {
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
724
fmt.fmt.pix_mp.pixelformat = __CodingType_To_V4L2PixelFormat(bufferConf->
eCompressionFormat
);
[
all
...]
Completed in 298 milliseconds
1
2
3