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

  /external/chromium_org/media/base/
media_log_event.h 58 // params: "pipeline_error": <string name of the error>.
59 PIPELINE_ERROR,
media_log.cc 39 case MediaLogEvent::PIPELINE_ERROR:
40 return "PIPELINE_ERROR";
171 scoped_ptr<MediaLogEvent> event(CreateEvent(MediaLogEvent::PIPELINE_ERROR));
172 event->params.SetString("pipeline_error", PipelineStatusToString(error));
  /external/chromium_org/content/renderer/media/
render_media_log_unittest.cc 74 AddEvent(media::MediaLogEvent::PIPELINE_ERROR);

Completed in 3847 milliseconds