Searched refs:VP8_PAY_PICTURE_ID_7BITS (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpvp8.c | 124 VP8_PAY_PICTURE_ID_7BITS = 1, enumerator 141 …VP8_PAY_PICTURE_ID_7BITS, FALSE, 3, 0x90}, /* X bit to allow for I bit means header is three by… 148 …VP8_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() 226 …VP8_PAY_PICTURE_ID_7BITS, FALSE, FALSE, FALSE, 3, 0x90, 0x80}, /* X bit to allow for I bit … 232 …VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, FALSE, 5, 0x90, 0xE0}, /* X bit to allow for I bit means he… 238 …VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, TRUE, 5, 0x90, 0xE0}, /* X bit to allow for I bit means he… 245 …VP8_PAY_PICTURE_ID_7BITS, FALSE, FALSE, FALSE, 3, 0xB0, 0x80}, /* X bit to allow for I bit … 251 …VP8_PAY_PICTURE_ID_7BITS, FALSE, TRUE, FALSE, 5, 0xB0, 0xE0}, /* X bit to allow for I bit means he… 257 …VP8_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/ |
D | gstrtpvp8pay.c | 59 {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()
|
D | gstrtpvp8pay.h | 46 VP8_PAY_PICTURE_ID_7BITS, enumerator
|