OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkInputStreamLen
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c
591
OMX_U32
checkInputStreamLen
= 0;
600
checkInputStreamLen
= inputUseBuffer->remainDataLen;
610
checkedSize =
checkInputStreamLen
;
641
if ((checkedSize ==
checkInputStreamLen
) && (pExynosComponent->bSaveFlagEOS == OMX_TRUE)) {
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c
427
OMX_U32
checkInputStreamLen
= 0;
506
checkInputStreamLen
= inputUseBuffer->remainDataLen;
510
if (
checkInputStreamLen
== 0) {
515
copySize =
checkInputStreamLen
;
[
all
...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c
484
OMX_U32
checkInputStreamLen
= 0;
517
checkInputStreamLen
= inputUseBuffer->remainDataLen;
521
copySize =
checkInputStreamLen
;
[
all
...]
Completed in 27 milliseconds