Home | History | Annotate | Download | only in mp4

Lines Matching refs:log_cb_

67   log_cb_ = log_cb;
130 BoxReader::ReadTopLevelBox(buf, size, log_cb_, err));
148 MEDIA_LOG(log_cb_) << "Skipping unrecognized top-level box: "
203 MEDIA_LOG(log_cb_) << "Unsupported audio format 0x"
214 MEDIA_LOG(log_cb_) << "audio object type 0x" << std::hex << audio_type
238 MEDIA_LOG(log_cb_) << "Unsupported audio object type 0x" << std::hex
273 MEDIA_LOG(log_cb_) << "Unsupported video format 0x"
322 runs_.reset(new TrackRunIterator(moov_.get(), log_cb_));
475 MEDIA_LOG(log_cb_) << "Failed to prepare AVC sample for decode";
485 MEDIA_LOG(log_cb_) << "Failed to prepare AAC sample for decode";
557 if (!BoxReader::StartTopLevelBox(buf, size, log_cb_,
562 MEDIA_LOG(log_cb_) << "Unexpected box type while parsing MDATs: "