Home
last modified time | relevance | path

Searched refs:fourcc_interface (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/
Dvpxdec.c502 const VpxInterface *fourcc_interface = NULL; in main_loop() local
720 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); in main_loop()
721 if (interface && fourcc_interface && interface != fourcc_interface) in main_loop()
722 warn("Header indicates codec: %s\n", fourcc_interface->name); in main_loop()
724 interface = fourcc_interface; in main_loop()