Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.h149 unsigned int mba2:6; /* Address of first MB starting count from 0 - part2 */ member
178 unsigned int mba2:6; /* Address of first MB starting count from 0 - part2 */
215 unsigned int mba2:6; /* Address of first MB starting count from 0 - part2 */ member
254 unsigned int mba2:6; /* Address of first MB starting count from 0 - part2 */
Dgstrtph263pay.c649 b_header->mba2 = package->mba & 0x003f; in gst_rtp_h263_pay_splat_header_B()
/third_party/ffmpeg/libavcodec/
Dh261dec.c187 static int h261_decode_mb_skipped(H261Context *h, int mba1, int mba2) in h261_decode_mb_skipped() argument
194 for (i = mba1; i < mba2; i++) { in h261_decode_mb_skipped()