Searched defs:CodecSpecificInfoVP9 (Results 1 – 2 of 2) sorted by relevance
46 struct CodecSpecificInfoVP9 { struct47 bool has_received_sli;48 uint8_t picture_id_sli;49 bool has_received_rpsi;50 uint64_t picture_id_rpsi;51 int16_t picture_id; // Negative value to skip pictureId.53 bool inter_pic_predicted; // This layer frame is dependent on previously55 bool flexible_mode;56 bool ss_data_available;58 int tl0_pic_idx; // Negative value to skip tl0PicIdx.[all …]
44 struct CodecSpecificInfoVP9 { struct45 bool has_received_sli;46 uint8_t picture_id_sli;47 bool has_received_rpsi;48 uint64_t picture_id_rpsi;49 int16_t picture_id; // Negative value to skip pictureId.51 bool inter_pic_predicted; // This layer frame is dependent on previously53 bool flexible_mode;54 bool ss_data_available;56 int tl0_pic_idx; // Negative value to skip tl0PicIdx.[all …]