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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c499 const VpxInterface *fourcc_interface = NULL; local
712 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc);
713 if (interface && fourcc_interface && interface != fourcc_interface)
714 warn("Header indicates codec: %s\n", fourcc_interface->name);
716 interface = fourcc_interface;

Completed in 5 milliseconds