Lines Matching refs:video_file_
46 if (!video_file_.Open(filename, "wb", &err)) {
54 video_file_.Close();
58 if (rtc::SS_CLOSED == video_file_.GetState()) {
84 if (rtc::SR_SUCCESS != video_file_.Write(buffer.Data(),
93 if (rtc::SR_SUCCESS != video_file_.Write(frame.data,
188 if (!video_file_.Open(filename, "rb", &err)) {
196 video_file_.Close();
200 if (!video_file_.SetPosition(0)) {
202 video_file_.Close();
236 if (rtc::SS_CLOSED == video_file_.GetState()) {
239 } else if (!video_file_.SetPosition(0)) {
288 sr = video_file_.Read(header,
326 if (rtc::SS_CLOSED == video_file_.GetState()) {
341 if (video_file_.SetPosition(0)) {
356 if (rtc::SR_SUCCESS != video_file_.Read(captured_frame_.data,