Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpvp8.c124 VP8_PAY_PICTURE_ID_7BITS = 1, enumerator
141VP8_PAY_PICTURE_ID_7BITS, FALSE, 3, 0x90}, /* X bit to allow for I bit means header is three by…
148VP8_PAY_PICTURE_ID_7BITS, FALSE, 3, 0xB0}, /* X bit to allow for I bit means header is three by…
194 if (test_data->pid == VP8_PAY_PICTURE_ID_7BITS) { in GST_START_TEST()
226VP8_PAY_PICTURE_ID_7BITS, FALSE, FALSE, FALSE, 3, 0x90, 0x80}, /* X bit to allow for I bit …
232VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, FALSE, 5, 0x90, 0xE0}, /* X bit to allow for I bit means he…
238VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, TRUE, 5, 0x90, 0xE0}, /* X bit to allow for I bit means he…
245VP8_PAY_PICTURE_ID_7BITS, FALSE, FALSE, FALSE, 3, 0xB0, 0x80}, /* X bit to allow for I bit …
251VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, FALSE, 5, 0xB0, 0xE0}, /* X bit to allow for I bit means he…
257VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, TRUE, 5, 0xB0, 0xE0}, /* X bit to allow for I bit means he…
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8pay.c59 {VP8_PAY_PICTURE_ID_7BITS, "7-bit Picture ID", "7-bit"}, in gst_rtp_vp8_pay_picture_id_mode_get_type()
105 if (VP8_PAY_PICTURE_ID_7BITS == mode) in picture_id_field_len()
441 case VP8_PAY_PICTURE_ID_7BITS: in gst_rtp_vp8_calc_header_len()
507 if (self->picture_id_mode == VP8_PAY_PICTURE_ID_7BITS) { in gst_rtp_vp8_create_header_buffer()
Dgstrtpvp8pay.h46 VP8_PAY_PICTURE_ID_7BITS, enumerator