Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh261dec.c43 #define MBA_STUFFING 33 macro
366 } while (h->mba_diff == MBA_STUFFING); // stuffing in h261_decode_mb()
379 if (h->current_mba > MBA_STUFFING) in h261_decode_mb()
544 while (h->current_mba <= MBA_STUFFING) { in h261_decode_gob()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c148 #define MBA_STUFFING 34 macro
187 {0x01e0, 0xffe0, 11, MBA_STUFFING},
417 if (*mba != MBA_STUFFING) in decode_mba()
421 } while (*mba == MBA_STUFFING); in decode_mba()