OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBufferNum
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c
423
int i = 0,
maxBufferNum
= 0;
473
maxBufferNum
= pExynosPort->portDefinition.nBufferCountActual;
474
for (i = 0; i <
maxBufferNum
; i++) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c
416
int i = 0,
maxBufferNum
= 0;
466
maxBufferNum
= pExynosPort->portDefinition.nBufferCountActual;
467
for (i = 0; i <
maxBufferNum
; i++) {
[
all
...]
Completed in 37 milliseconds