HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_LOG (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/media/webm/
webm_content_encodings_client.cc 47 MEDIA_LOG(log_cb_) << "Unexpected multiple ContentEncryption.";
70 MEDIA_LOG(log_cb_) << "Missing ContentEncoding.";
88 MEDIA_LOG(log_cb_) << "Missing ContentEncodingOrder.";
102 MEDIA_LOG(log_cb_) << "ContentCompression not supported.";
109 MEDIA_LOG(log_cb_) << "ContentEncodingType is encryption but"
149 MEDIA_LOG(log_cb_) << "Unexpected multiple ContentEncodingOrder.";
155 MEDIA_LOG(log_cb_) << "Unexpected ContentEncodingOrder.";
165 MEDIA_LOG(log_cb_) << "Unexpected multiple ContentEncodingScope.";
171 MEDIA_LOG(log_cb_) << "Unexpected ContentEncodingScope.";
176 MEDIA_LOG(log_cb_) << "Encoded next ContentEncoding is not supported."
    [all...]
webm_audio_client.cc 36 MEDIA_LOG(log_cb_) << "Unsupported audio codec_id " << codec_id;
50 MEDIA_LOG(log_cb_) << "Unsupported channel count " << channels_;
74 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id
103 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id
webm_tracks_parser.cc 103 MEDIA_LOG(log_cb_) << "Missing TrackEntry data for "
113 MEDIA_LOG(log_cb_) << "Unexpected TrackType " << track_type_;
121 MEDIA_LOG(log_cb_) << "Missing TrackEntry CodecID"
128 MEDIA_LOG(log_cb_) << "Wrong TrackEntry CodecID"
135 MEDIA_LOG(log_cb_) << "Missing TrackEntry CodecID"
142 MEDIA_LOG(log_cb_) << "Wrong TrackEntry CodecID"
169 MEDIA_LOG(log_cb_) << "Ignoring audio track " << track_num_;
184 MEDIA_LOG(log_cb_) << "Ignoring video track " << track_num_;
190 MEDIA_LOG(log_cb_) << "Ignoring text track " << track_num_;
199 MEDIA_LOG(log_cb_) << "Unexpected TrackType " << track_type_
    [all...]
webm_cluster_parser.cc 155 MEDIA_LOG(log_cb_) << "Block missing from BlockGroup.";
201 MEDIA_LOG(log_cb_) << "TrackNumber over 127 not supported";
211 MEDIA_LOG(log_cb_) << "Lacing " << lacing << " is not supported yet.";
232 MEDIA_LOG(log_cb_) << "More than 1 Block in a BlockGroup is not "
248 MEDIA_LOG(log_cb_) << "More than 1 BlockAdditional in a BlockGroup is "
276 MEDIA_LOG(log_cb_) << "Got a block before cluster timecode.";
281 MEDIA_LOG(log_cb_) << "Got a block with negative timecode offset "
287 MEDIA_LOG(log_cb_)
309 MEDIA_LOG(log_cb_) << "Unexpected track number " << track_num;
webm_video_client.cc 47 MEDIA_LOG(log_cb_) << "Unsupported video codec_id " << codec_id;
89 MEDIA_LOG(log_cb_) << "Unsupported display unit type " << display_unit_;
144 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id
webm_stream_parser.cc 163 MEDIA_LOG(log_cb_) << "Unexpected element ID 0x" << std::hex << id;
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 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"
475 MEDIA_LOG(log_cb_) << "Failed to prepare AVC sample for decode";
485 MEDIA_LOG(log_cb_) << "Failed to prepare AAC sample for decode";
562 MEDIA_LOG(log_cb_) << "Unexpected box type while parsing MDATs: "
box_reader.cc 161 MEDIA_LOG(log_cb) << "Unrecognized top-level box type 0x"
track_run_iterator.cc 427 MEDIA_LOG(log_cb_) << "Incorrect CENC subsample size.";
  /external/chromium_org/media/base/
media_log.h 37 #define MEDIA_LOG(log_cb) LogHelper(log_cb).stream()
  /external/chromium_org/media/filters/
stream_parser_factory.cc 11 #include "media/base/media_log.h"
100 MEDIA_LOG(log_cb) << "Malformed mimetype codec '" << codec_id << "'";
116 MEDIA_LOG(log_cb) << "Unsupported audio object type "
274 MEDIA_LOG(log_cb) << "Codec '" << codec_id
source_buffer_stream.cc 384 MEDIA_LOG(log_cb_) << "Media segment did not begin with keyframe.";
394 MEDIA_LOG(log_cb_)
575 MEDIA_LOG(log_cb_) << "Buffers were not monotonically increasing.";
581 MEDIA_LOG(log_cb_) << "Unexpected combination of buffers with the"
778 MEDIA_LOG(log_cb_) << "Invalid same timestamp construct detected at time "
    [all...]
chunk_demuxer.cc 334 MEDIA_LOG(log_cb_)
344 MEDIA_LOG(log_cb_)
    [all...]

Completed in 172 milliseconds