OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:H263_start_code
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
frameparser.cpp
67
static unsigned char
H263_start_code
[4] = {0x00,0x00,0x80,0x00};
113
start_code =
H263_start_code
;
165
if ((start_code ==
H263_start_code
&& dest_len < 3) ||
166
(start_code !=
H263_start_code
&& dest_len < 4) || (source_len == 0))
186
if(start_code ==
H263_start_code
)
264
if (start_code ==
H263_start_code
)
389
if (start_code ==
H263_start_code
)
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp
60
static unsigned char
H263_start_code
[4] = {0x00,0x00,0x80,0x00};
105
start_code =
H263_start_code
;
164
if ((start_code ==
H263_start_code
&& dest_len < 3) ||
165
(start_code !=
H263_start_code
&& dest_len < 4) || (source_len == 0)) {
184
if (start_code ==
H263_start_code
) {
255
if (start_code ==
H263_start_code
) {
365
if (start_code ==
H263_start_code
) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp
60
static unsigned char
H263_start_code
[4] = {0x00,0x00,0x80,0x00};
105
start_code =
H263_start_code
;
164
if ((start_code ==
H263_start_code
&& dest_len < 3) ||
165
(start_code !=
H263_start_code
&& dest_len < 4) || (source_len == 0)) {
184
if (start_code ==
H263_start_code
) {
255
if (start_code ==
H263_start_code
) {
365
if (start_code ==
H263_start_code
) {
Completed in 704 milliseconds