OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calc_plane
(Results
1 - 6
of
6
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.h
139
int
calc_plane
(int width, int height);
Exynos_OMX_VdecControl.c
[
all
...]
Exynos_OMX_Vdec.c
55
int
calc_plane
(int width, int height)
function
100
int YBufferSize =
calc_plane
(width, height);
101
int CBufferSize =
calc_plane
(width, height >> 1);
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
[
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
806
nAllocLen[0] =
calc_plane
(pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth,
808
nAllocLen[1] =
calc_plane
(pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth,
[
all
...]
Completed in 42 milliseconds