OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANBColorFormat
(Results
1 - 4
of
4
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.h
107
OMX_COLOR_FORMATTYPE
ANBColorFormat
;
Exynos_OMX_Venc.c
678
pVideoEnc->
ANBColorFormat
= Exynos_OSAL_GetANBColorFormat(ppBuf[0]);
679
if ((pVideoEnc->
ANBColorFormat
== OMX_COLOR_FormatYUV420SemiPlanar) ||
680
(pVideoEnc->
ANBColorFormat
== OMX_SEC_COLOR_FormatNV12Tiled)) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
254
if (pVideoEnc->
ANBColorFormat
== OMX_SEC_COLOR_FormatNV21Linear)
256
if (pVideoEnc->
ANBColorFormat
== OMX_SEC_COLOR_FormatNV12Tiled)
362
if (pVideoEnc->
ANBColorFormat
== OMX_SEC_COLOR_FormatNV21Linear)
364
if (pVideoEnc->
ANBColorFormat
== OMX_SEC_COLOR_FormatNV12Tiled)
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
264
if (pVideoEnc->
ANBColorFormat
== OMX_COLOR_FormatYUV420SemiPlanar)
266
if (pVideoEnc->
ANBColorFormat
== OMX_SEC_COLOR_FormatNV12Tiled)
[
all
...]
Completed in 531 milliseconds