OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPEG2_SC_PICTURE
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_parse.c
218
frame_boundary = ((
MPEG2_SC_PICTURE
== next_sc) || (MPEG2_SC_SEQ_HDR == next_sc) || (MPEG2_SC_GROUP == next_sc));
264
parser->mpeg2_frame_start = (!parser->mpeg2_stream) && (parser->mpeg2_last_parsed_sc ==
MPEG2_SC_PICTURE
);
295
case
MPEG2_SC_PICTURE
:
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
mpeg2.h
19
MPEG2_SC_PICTURE
= 0x00,
Completed in 52 milliseconds