OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MFC_INPUT_BUFFER_PLANE
(Results
1 - 9
of
9
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.h
60
#define
MFC_INPUT_BUFFER_PLANE
1
Exynos_OMX_Vdec.c
131
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
174
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.h
58
#define
MFC_INPUT_BUFFER_PLANE
2
Exynos_OMX_Venc.c
100
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
141
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
488
for (plane = 0; plane <
MFC_INPUT_BUFFER_PLANE
; plane++) {
687
OMX_U32 nPlaneSize[
MFC_INPUT_BUFFER_PLANE
] = {0, };
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c
715
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
553
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
657
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
842
if (pInbufOps->Register(hMFCHandle, &plane,
MFC_INPUT_BUFFER_PLANE
) != VIDEO_ERROR_NONE) {
862
(unsigned int *)&oneFrameSize,
MFC_INPUT_BUFFER_PLANE
, pSrcInputData->bufferHeader) != VIDEO_ERROR_NONE) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
472
nPlaneCnt =
MFC_INPUT_BUFFER_PLANE
;
653
if (pInbufOps->Register(hMFCHandle, &plane,
MFC_INPUT_BUFFER_PLANE
) != VIDEO_ERROR_NONE) {
673
(unsigned int *)&oneFrameSize,
MFC_INPUT_BUFFER_PLANE
, pSrcInputData->bufferHeader) != VIDEO_ERROR_NONE) {
[
all
...]
Completed in 39 milliseconds