Home
last modified time | relevance | path

Searched refs:end_of_file_ (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/test/
Dwebm_video_source.h31 frame_number_(0), end_of_file_(false) {} in WebMVideoSource()
62 end_of_file_ = true; in FillFrame()
74 end_of_file_ = true; in SeekToNextKeyFrame()
76 } while (!webm_ctx_->is_key_frame && !end_of_file_); in SeekToNextKeyFrame()
79 virtual const uint8_t *cxdata() const { return end_of_file_ ? NULL : buf_; } in cxdata()
91 bool end_of_file_; variable
Divf_video_source.h37 frame_sz_(0), frame_(0), end_of_file_(false) {} in IVFVideoSource()
81 end_of_file_ = true; in FillFrame()
83 end_of_file_ = false; in FillFrame()
98 return end_of_file_ ? NULL : compressed_frame_buf_; in cxdata()
109 bool end_of_file_; variable
/external/libvpx/libvpx/test/
Dwebm_video_source.h30 end_of_file_(false) {} in WebMVideoSource()
61 end_of_file_ = true; in FillFrame()
72 end_of_file_ = true; in SeekToNextKeyFrame()
74 } while (!webm_ctx_->is_key_frame && !end_of_file_); in SeekToNextKeyFrame()
77 virtual const uint8_t *cxdata() const { return end_of_file_ ? NULL : buf_; } in cxdata()
88 bool end_of_file_; variable
Divf_video_source.h33 frame_sz_(0), frame_(0), end_of_file_(false) {} in IVFVideoSource()
76 end_of_file_ = true; in FillFrame()
78 end_of_file_ = false; in FillFrame()
90 return end_of_file_ ? NULL : compressed_frame_buf_; in cxdata()
101 bool end_of_file_; variable
/external/webrtc/webrtc/modules/audio_coding/test/
DPCMFile.cc28 end_of_file_(false), in PCMFile()
41 end_of_file_(false), in PCMFile()
104 end_of_file_ = false; in Open()
132 end_of_file_ = true; in Read10MsData()
142 end_of_file_ = true; in Read10MsData()
201 end_of_file_ = false; in Rewind()
DPCMFile.h47 return end_of_file_; in EndOfFile()
68 bool end_of_file_; variable
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc337 end_of_file_(false), in RtpPlayerImpl()
366 if (!end_of_file_ && (TimeUntilNextPacket() == 0 || first_packet_)) { in NextPacket()
390 end_of_file_ = true; in NextPacket()
397 if (end_of_file_ && lost_packets_.NumberOfPacketsToResend() == 0) { in NextPacket()
461 bool end_of_file_; member in webrtc::rtpplayer::RtpPlayerImpl