OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startcode
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp
128
OMX_U32 i = 3, j=0,
startcode
;
local
134
startcode
= buf[0] << 16 | buf[1] <<8 | buf[2];
136
if (!
startcode
) {
137
startcode
|= buf[i++];
139
if(
startcode
!= H264_START_CODE) {
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp
135
OMX_U32 i = 3, j=0,
startcode
;
local
141
startcode
= buf[0] << 16 | buf[1] <<8 | buf[2];
143
if (!
startcode
) {
144
startcode
|= buf[i++];
147
if (
startcode
!= H264_START_CODE) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
2841
unsigned int
startcode
= 0;
local
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
3008
unsigned int
startcode
= 0;
local
[
all
...]
Completed in 2877 milliseconds