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

  /external/chromium_org/media/base/
audio_decoder_config.h 84 std::string AsHumanReadableString() const;
decoder_buffer.cc 75 std::string DecoderBuffer::AsHumanReadableString() {
video_decoder_config.h 109 std::string AsHumanReadableString() const;
audio_decoder_config.cc 109 std::string AudioDecoderConfig::AsHumanReadableString() const {
decoder_buffer.h 154 std::string AsHumanReadableString();
video_decoder_config.cc 114 std::string VideoDecoderConfig::AsHumanReadableString() const {
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 287 LOG(ERROR) << "Error decoding video: " << buffer->AsHumanReadableString();
source_buffer_stream_unittest.cc 342 << "Expected: " << config.AsHumanReadableString()
343 << "\nActual: " << actual.AsHumanReadableString();
349 << "Expected: " << config.AsHumanReadableString()
350 << "\nActual: " << actual.AsHumanReadableString();
    [all...]
decoder_stream.cc 425 << buffer->AsHumanReadableString();
gpu_video_decoder.cc 165 << config.AsHumanReadableString();

Completed in 394 milliseconds