Searched refs:gobs (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263pay.c | 512 if (context->gobs) { in gst_rtp_h263_pay_context_destroy() 516 if (context->gobs[i]) { in gst_rtp_h263_pay_context_destroy() 517 gst_rtp_h263_pay_gob_destroy (context->gobs[i], ind); in gst_rtp_h263_pay_context_destroy() 521 g_free (context->gobs); in gst_rtp_h263_pay_context_destroy() 1348 pack->payload_start = context->gobs[first]->start; in gst_rtp_h263_pay_A_fragment_push() 1349 pack->sbit = context->gobs[first]->sbit; in gst_rtp_h263_pay_A_fragment_push() 1350 pack->ebit = context->gobs[last]->ebit; in gst_rtp_h263_pay_A_fragment_push() 1352 (context->gobs[last]->end - context->gobs[first]->start) + 1; in gst_rtp_h263_pay_A_fragment_push() 1359 pack->gobn = context->gobs[first]->gobn; in gst_rtp_h263_pay_A_fragment_push() 1723 context->gobs = in gst_rtp_h263_pay_flush() [all …]
|
D | gstrtph261pay.c | 782 gst_rtp_h261_pay_init_gobs (GstRtpH261Pay * pay, Gob * gobs, gint num_gobs, in gst_rtp_h261_pay_init_gobs() argument 796 gobs[i].startpos = gobpos; in gst_rtp_h261_pay_init_gobs() 798 gobs[i - 1].endpos = gobpos; in gst_rtp_h261_pay_init_gobs() 800 gobs[num_gobs - 1].endpos = len * 8; in gst_rtp_h261_pay_init_gobs() 874 Gob gobs[MAX_NUM_GOB]; in gst_rtp_h261_packetize_and_push() local 889 if (gst_rtp_h261_pay_init_gobs (pay, gobs, num_gobs, bits, len, in gst_rtp_h261_packetize_and_push() 894 gob = gobs; in gst_rtp_h261_packetize_and_push() 907 for (; gob < &gobs[num_gobs - 1]; gob++) { in gst_rtp_h261_packetize_and_push()
|
D | gstrtph263pay.h | 85 GstRtpH263PayGob **gobs; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_buffer_storage.txt | 569 where to put data and gobs of code to move things around based on what
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_buffer_storage.txt | 580 where to put data and gobs of code to move things around based on what
|
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 891 > What it can't possibly do without reparsing large gobs of text is 907 continuation rules. It does require reparsing large gobs of text, and if it
|