Searched defs:report_error_to_uma_cb (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dvaapi_wrapper.cc152 const base::Closure& report_error_to_uma_cb) {
156 mode, profile, x_display, report_error_to_uma_cb))
164 const base::Closure& report_error_to_uma_cb) {
168 if (!wrapper->VaInitialize(x_display, report_error_to_uma_cb)) {
204 const base::Closure& report_error_to_uma_cb) {
211 report_error_to_uma_cb_ = report_error_to_uma_cb;
312 const base::Closure& report_error_to_uma_cb) {
313 if (!VaInitialize(x_display, report_error_to_uma_cb))
148 Create( CodecMode mode, media::VideoCodecProfile profile, Display* x_display, const base::Closure& report_error_to_uma_cb) argument
162 GetSupportedEncodeProfiles( Display* x_display, const base::Closure& report_error_to_uma_cb) argument
203 VaInitialize(Display* x_display, const base::Closure& report_error_to_uma_cb) argument
309 Initialize(CodecMode mode, media::VideoCodecProfile profile, Display* x_display, const base::Closure& report_error_to_uma_cb) argument
H A Dvaapi_h264_decoder.cc61 const ReportErrorToUmaCB& report_error_to_uma_cb)
71 report_error_to_uma_cb_(report_error_to_uma_cb) {
58 VaapiH264Decoder( VaapiWrapper* vaapi_wrapper, const OutputPicCB& output_pic_cb, const ReportErrorToUmaCB& report_error_to_uma_cb) argument

Completed in 168 milliseconds