Searched refs:AsHumanReadableString (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/base/
H A Ddecoder_buffer.cc73 std::string DecoderBuffer::AsHumanReadableString() { function in class:media::DecoderBuffer
H A Ddecoder_buffer.h124 std::string AsHumanReadableString();
H A Dvideo_decoder_config.h108 std::string AsHumanReadableString() const;
H A Dvideo_decoder_config.cc112 std::string VideoDecoderConfig::AsHumanReadableString() const { function in class:media::VideoDecoderConfig
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder.cc321 LOG(ERROR) << "Error decoding video: " << buffer->AsHumanReadableString();
H A Dgpu_video_decoder.cc150 << config.AsHumanReadableString();
H A Dsource_buffer_stream_unittest.cc235 << "Expected: " << config.AsHumanReadableString()
236 << "\nActual: " << actual.AsHumanReadableString();

Completed in 143 milliseconds