OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Get_ActualBufferCount
(Results
1 - 5
of
5
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
244
int (*
Get_ActualBufferCount
)(void *pHandle);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
290
(pDecOps->
Get_ActualBufferCount
== NULL) || (pDecOps->Set_FrameTag == NULL) ||
691
nOutbufs = pDecOps->
Get_ActualBufferCount
(hMFCHandle);
734
pH264Dec->hMFCH264Handle.maxDPBNum = pDecOps->
Get_ActualBufferCount
(hMFCHandle);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c
394
(pDecOps->
Get_ActualBufferCount
== NULL) || (pDecOps->Set_FrameTag == NULL) ||
738
nOutbufs = pDecOps->
Get_ActualBufferCount
(hMFCHandle);
885
pMpeg4Dec->hMFCMpeg4Handle.maxDPBNum = pDecOps->
Get_ActualBufferCount
(hMFCHandle);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c
209
(pDecOps->
Get_ActualBufferCount
== NULL) || (pDecOps->Set_FrameTag == NULL) ||
553
nOutbufs = pDecOps->
Get_ActualBufferCount
(hMFCHandle);
696
pVp8Dec->hMFCVp8Handle.maxDPBNum = pDecOps->
Get_ActualBufferCount
(hMFCHandle);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c
[
all
...]
Completed in 29 milliseconds