Home
last modified time | relevance | path

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

/third_party/openh264/codec/api/svc/
Dcodec_ver.h7 static const OpenH264Version g_stCodecVersion = {2, 2, 0, 2201}; variable
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264element.c47 return (memcmp (&libver, &g_stCodecVersion, sizeof (libver)) == 0); in openh264_element_init()
/third_party/ffmpeg/libavcodec/
Dlibopenh264.c56 if (memcmp(&libver, &g_stCodecVersion, sizeof(libver))) { in ff_libopenh264_check_version()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1389 return g_stCodecVersion; in WelsGetCodecVersion()
1393 *pVersion = g_stCodecVersion; in WelsGetCodecVersionEx()