OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:naluType
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c
174
int
naluType
= inputOneByte & 0x1F;
176
Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "
NaluType
: %d",
naluType
);
179
if (
naluType
== 1 ||
naluType
== 5)
181
if (
naluType
== 1 ||
naluType
== 5 ||
naluType
== 7 ||
naluType
== 8)
186
frameTypeBoundary = (8 -
naluType
) & (naluType - 10); //AUD(9
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
Completed in 552 milliseconds