Home
last modified time | relevance | path

Searched refs:has_reported_init_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc155 has_reported_init_(false), in H264DecoderImpl()
366 if (has_reported_init_) in ReportInit()
370 has_reported_init_ = true; in ReportInit()
Dh264_decoder_impl.h101 bool has_reported_init_; variable
Dh264_encoder_impl.h107 bool has_reported_init_; variable
Dh264_encoder_impl.cc155 has_reported_init_(false), in H264EncoderImpl()
604 if (has_reported_init_) in ReportInit()
608 has_reported_init_ = true; in ReportInit()