Searched refs:decode_callback_for_testing_ (Results 1 – 2 of 2) sorted by relevance
171 decode_callback_for_testing_ = test_decode_cb; in set_decode_callback_for_testing()281 base::Closure decode_callback_for_testing_; variable
589 if (!decode_callback_for_testing_.is_null()) in MediaDecoderCallback()590 base::ResetAndReturn(&decode_callback_for_testing_).Run(); in MediaDecoderCallback()