Searched refs:layerSync (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers_unittest.cc100 EXPECT_EQ(expected_layer_sync[i], vp8_info.layerSync);
140 EXPECT_EQ(expected_layer_sync[i], vp8_info.layerSync);
180 EXPECT_EQ(expected_layer_sync[i], vp8_info.layerSync);
209 EXPECT_EQ(true, vp8_info.layerSync);
215 EXPECT_EQ(true, vp8_info.layerSync);
H A Drealtime_temporal_layers.cc206 vp8_info->layerSync = false;
211 vp8_info->layerSync = true;
223 vp8_info->layerSync = true;
225 vp8_info->layerSync = false;
231 vp8_info->layerSync = true;
H A Ddefault_temporal_layers.cc250 vp8_info->layerSync = false;
255 vp8_info->layerSync = true;
268 vp8_info->layerSync = true;
270 vp8_info->layerSync = false;
276 vp8_info->layerSync = true;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.cc110 _codecSpecificInfo.codecSpecific.VP8.layerSync = false;
123 _codecSpecificInfo.codecSpecific.VP8.layerSync =
124 header->codecHeader.VP8.layerSync;
H A Dgeneric_encoder.cc35 (*rtp)->codecHeader.VP8.layerSync = info->codecSpecific.VP8.layerSync;
H A Ddecoding_state_unittest.cc308 packet.codecSpecificHeader.codecHeader.VP8.layerSync = true;
329 packet.codecSpecificHeader.codecHeader.VP8.layerSync = false;
343 packet.codecSpecificHeader.codecHeader.VP8.layerSync = true;
356 packet.codecSpecificHeader.codecHeader.VP8.layerSync = true;
H A Dsession_info.cc84 return packets_.front().codecSpecificHeader.codecHeader.VP8.layerSync;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h39 bool layerSync; member in struct:webrtc::CodecSpecificInfoVP8
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8_unittest.cc94 hdr_info_.layerSync = false;
301 // Verify Tl0PicIdx and TID fields, and layerSync bit.
309 hdr_info_.layerSync = true;
494 EXPECT_FALSE(rtp_header.type.Video.codecHeader.VP8.layerSync);
557 input_header.layerSync = false;
579 EXPECT_EQ(rtp_header.type.Video.codecHeader.VP8.layerSync,
580 input_header.layerSync);
H A Drtp_format_vp8.cc80 vp8->layerSync = (**data & 0x20) ? true : false; // Y bit
194 rtp_header->type.Video.codecHeader.VP8.layerSync = false;
682 *data_field |= hdr_info_.layerSync ? kYBit : 0;
719 assert((hdr_info_.layerSync == false) ||
H A Drtp_format_vp8_test_helper.cc207 EXPECT_BIT_Y_EQ(buffer_[payload_start_], hdr_info_->layerSync ? 1 : 0);
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h65 layerSync = false;
79 bool layerSync; // This frame is a layer sync frame. member in struct:webrtc::RTPVideoHeaderVP8
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h43 layerSync = false;
55 bool layerSync; // This frame is a layer sync frame. member in struct:webrtc::RTPVideoHeaderVP8

Completed in 1324 milliseconds