Home
last modified time | relevance | path

Searched defs:H264SPS (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.h74 struct H264SPS { struct
77 enum H264ProfileIDC {
91 enum AspectRatioIdc {
95 enum {
104 int profile_idc;
105 bool constraint_set0_flag;
106 bool constraint_set1_flag;
107 bool constraint_set2_flag;
108 bool constraint_set3_flag;
109 bool constraint_set4_flag;
[all …]
Dh264_parser.cc42 H264SPS::H264SPS() { in H264SPS() function in media::H264SPS