Searched defs:use_sw_decoder (Results 1 – 2 of 2) sorted by relevance
36 C2VideoDecoderTestEnvironment(bool loop, bool use_sw_decoder, bool use_fake_renderer, in C2VideoDecoderTestEnvironment()106 bool use_sw_decoder() const { return use_sw_decoder_; } in use_sw_decoder() function in android::C2VideoDecoderTestEnvironment385 bool* loop, bool* use_sw_decoder, bool* use_fake_renderer) { in GetOption()433 bool use_sw_decoder = false; in RunDecoderTests() local
84 const std::string& input_path, VideoCodecProfile profile, bool use_sw_decoder, in Create()