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

  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 152 return RecordInitDecodeUMA(WEBRTC_VIDEO_CODEC_ERROR);
158 return RecordInitDecodeUMA(WEBRTC_VIDEO_CODEC_UNINITIALIZED);
169 return RecordInitDecodeUMA(WEBRTC_VIDEO_CODEC_OK);
799 int32_t RTCVideoDecoder::RecordInitDecodeUMA(int32_t status) {
rtc_video_decoder.h 186 int32_t RecordInitDecodeUMA(int32_t status);

Completed in 229 milliseconds