Searched refs:ReadByUEMode (Results 1 – 4 of 4) sorted by relevance
141 bitreader.ReadByUEMode(); // Read Seq_parameter_set_id in ParseAvcSpropParam()146 chroma_format_idc = bitreader.ReadByUEMode(); in ParseAvcSpropParam()153 bitreader.ReadByUEMode(); // Read bit_depth_luma_minus8 in ParseAvcSpropParam()154 bitreader.ReadByUEMode(); // Read bit_depth_chroma_minus8 in ParseAvcSpropParam()169 bitreader.ReadByUEMode(); // Read log2_max_frame_num_minus4 in ParseAvcSpropParam()170 uint32_t pic_order_cnt_type = bitreader.ReadByUEMode(); // Read pic_order_cnt_type in ParseAvcSpropParam()174 bitreader.ReadByUEMode(); // Read log2_max_pic_order_cnt_lsb_minus4 in ParseAvcSpropParam()179 bitreader.ReadByUEMode(); // Reda offset_for_non_ref_pic... in ParseAvcSpropParam()180 bitreader.ReadByUEMode(); // Read offset_for_top_to_bottom_field in ParseAvcSpropParam()182 bitreader.ReadByUEMode(); // Read num_ref_frames_in_pic_order_cnt_cycle in ParseAvcSpropParam()[all …]
71 EXPECT_EQ(reader.ReadByUEMode(), 0); in TEST_F()72 EXPECT_EQ(reader.ReadByUEMode(), 0); in TEST_F()73 EXPECT_EQ(reader.ReadByUEMode(), 2); in TEST_F()74 EXPECT_EQ(reader.ReadByUEMode(), 1); in TEST_F()
30 uint32_t ReadByUEMode();
107 uint32_t ImsMediaBitReader::ReadByUEMode() in ReadByUEMode() function in ImsMediaBitReader