OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpeg2
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_frame_attr.c
17
MPEG2_FA_DEB("Repeat=%d\n", attr->
mpeg2
.repeat_first_field);
19
MPEG2_FA_DEB("Temporal_Reference=%d\n", attr->
mpeg2
.temporal_ref);
20
MPEG2_FA_DEB("Top_Field_First=%d\n", attr->
mpeg2
.top_field_first);
21
MPEG2_FA_DEB("Progressive_Frame=%d\n", attr->
mpeg2
.progressive_frame);
22
MPEG2_FA_DEB("Picture_Struct=%d\n", attr->
mpeg2
.picture_struct);
23
MPEG2_FA_DEB("Pan_Scan_Offsets=%d\n", attr->
mpeg2
.number_of_frame_center_offsets);
25
for (index = 0; index < attr->
mpeg2
.number_of_frame_center_offsets; index++)
28
attr->
mpeg2
.frame_center_offset[index].horz,
29
attr->
mpeg2
.frame_center_offset[index].vert);
41
attrs->
mpeg2
.number_of_frame_center_offsets = 0
[
all
...]
/external/libmpeg2/decoder/
impeg2d_vld.h
37
UWORD16
mpeg2
, /*!< MPEG-2 or not */
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h
92
This structure contains
MPEG2
specific pan scan offsets extracted from the stream.
101
This structure contains the
MPEG2
specific frame attributes.
146
This structure contains
MPEG2
specific pan scan offsets extracted from the stream.
244
As of this release, it is populated only for
mpeg2
only.
250
For
MPEG2
, refer to "horizontal_size_value, vertical_size_value" of the sequence header and
263
For
MPEG2
, refer to "picture_coding_type" in picture header (Table 6-12) in ITU-T H.262 Specification.
273
viddec_mpeg2_frame_attributes_t
mpeg2
;
member in union:viddec_frame_attributes::__anon31070
Completed in 59 milliseconds