Home
last modified time | relevance | path

Searched refs:AsHumanReadableString (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/media/base/
Daudio_decoder_config.h84 std::string AsHumanReadableString() const;
Ddecoder_buffer.cc75 std::string DecoderBuffer::AsHumanReadableString() { in AsHumanReadableString() function in media::DecoderBuffer
Dvideo_decoder_config.h109 std::string AsHumanReadableString() const;
Daudio_decoder_config.cc109 std::string AudioDecoderConfig::AsHumanReadableString() const { in AsHumanReadableString() function in media::AudioDecoderConfig
Ddecoder_buffer.h154 std::string AsHumanReadableString();
Dvideo_decoder_config.cc114 std::string VideoDecoderConfig::AsHumanReadableString() const { in AsHumanReadableString() function in media::VideoDecoderConfig
/external/chromium_org/media/filters/
Dffmpeg_video_decoder.cc287 LOG(ERROR) << "Error decoding video: " << buffer->AsHumanReadableString(); in FFmpegDecode()
Dsource_buffer_stream_unittest.cc342 << "Expected: " << config.AsHumanReadableString() in CheckVideoConfig()
343 << "\nActual: " << actual.AsHumanReadableString(); in CheckVideoConfig()
349 << "Expected: " << config.AsHumanReadableString() in CheckAudioConfig()
350 << "\nActual: " << actual.AsHumanReadableString(); in CheckAudioConfig()
Ddecoder_stream.cc425 << buffer->AsHumanReadableString(); in OnBufferReady()
Dgpu_video_decoder.cc165 << config.AsHumanReadableString(); in Initialize()