Searched refs:pending_requests (Results 1 – 3 of 3) sorted by relevance
79 GstQueueArray *pending_requests; member117 gst_queue_array_free (self->pending_requests); in gst_v4l2_decoder_finalize()126 self->pending_requests = gst_queue_array_new (16); in gst_v4l2_decoder_init()221 while ((request = gst_queue_array_pop_head (self->pending_requests))) in gst_v4l2_decoder_close()265 while ((pending_req = gst_queue_array_pop_head (self->pending_requests))) { in gst_v4l2_decoder_streamoff()1056 idx = gst_queue_array_find (decoder->pending_requests, NULL, request); in gst_v4l2_request_unref()1058 gst_queue_array_drop_element (decoder->pending_requests, idx); in gst_v4l2_request_unref()1110 gst_queue_array_push_tail (decoder->pending_requests, in gst_v4l2_request_queue()1115 if (gst_queue_array_get_length (decoder->pending_requests) > max_pending) { in gst_v4l2_request_queue()1118 pending_req = gst_queue_array_peek_head (decoder->pending_requests); in gst_v4l2_request_queue()[all …]
1214 PendingRequests pending_requests; in OnDestroyed() local1215 pending_requests.swap(pending_requests_); in OnDestroyed()1238 pending_requests.clear(); in OnDestroyed()
650 Free pending_requests array when releasing decoder to avoid memory leak