Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsiff.c39 VB_HAS_GMC = 0x01, enumerator
206 c->gmcsize = (c->flags & VB_HAS_GMC) ? 4 : 0; in siff_read_packet()
/third_party/ffmpeg/libavcodec/
Dvb.c35 VB_HAS_GMC = 0x01, enumerator
212 if (flags & VB_HAS_GMC) { in decode_frame()