• Home
  • Raw
  • Download

Lines Matching refs:v4l2output

86       if (!gst_v4l2_object_set_property_helper (self->v4l2output,  in gst_v4l2_video_dec_set_property()
110 if (!gst_v4l2_object_get_property_helper (self->v4l2output, in gst_v4l2_video_dec_get_property()
127 if (!gst_v4l2_object_open (self->v4l2output, &error)) in gst_v4l2_video_dec_open()
130 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_video_dec_open()
134 self->probed_sinkcaps = gst_v4l2_object_probe_caps (self->v4l2output, in gst_v4l2_video_dec_open()
146 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_dec_open()
150 if (GST_V4L2_IS_OPEN (self->v4l2output)) in gst_v4l2_video_dec_open()
151 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_dec_open()
171 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_dec_close()
186 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_start()
200 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_stop()
213 gst_v4l2_object_stop (self->v4l2output); in gst_v4l2_video_dec_stop()
233 current_caps = gst_v4l2_object_get_current_caps (self->v4l2output); in compatible_caps()
273 gst_v4l2_object_stop (self->v4l2output); in gst_v4l2_video_dec_set_format()
303 ret = gst_v4l2_object_set_format (self->v4l2output, state->caps, &error); in gst_v4l2_video_dec_set_format()
323 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_dec_set_format()
339 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_flush()
350 gst_v4l2_object_unlock_stop (self->v4l2output); in gst_v4l2_video_dec_flush()
353 if (self->v4l2output->pool) in gst_v4l2_video_dec_flush()
354 gst_v4l2_buffer_pool_flush (self->v4l2output->pool); in gst_v4l2_video_dec_flush()
423 if (gst_v4l2_decoder_cmd (self->v4l2output, V4L2_DEC_CMD_STOP, 0)) { in gst_v4l2_video_dec_finish()
451 v4l2output->pool), &buffer, NULL); in gst_v4l2_video_dec_finish()
589 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_loop()
643 if (G_UNLIKELY (!GST_V4L2_IS_ACTIVE (self->v4l2output))) { in gst_v4l2_video_dec_handle_frame()
646 if (!gst_v4l2_object_set_format (self->v4l2output, self->input_state->caps, in gst_v4l2_video_dec_handle_frame()
652 GstBufferPool *pool = GST_BUFFER_POOL (self->v4l2output->pool); in gst_v4l2_video_dec_handle_frame()
678 guint min = MAX (self->v4l2output->min_buffers, in gst_v4l2_video_dec_handle_frame()
679 GST_V4L2_MIN_BUFFERS (self->v4l2output)); in gst_v4l2_video_dec_handle_frame()
683 self->v4l2output->info.size, min, max); in gst_v4l2_video_dec_handle_frame()
698 v4l2output->pool), &codec_data, in gst_v4l2_video_dec_handle_frame()
705 self->v4l2capture->info.fps_d = self->v4l2output->info.fps_d; in gst_v4l2_video_dec_handle_frame()
706 self->v4l2capture->info.fps_n = self->v4l2output->info.fps_n; in gst_v4l2_video_dec_handle_frame()
716 info.fps_n = self->v4l2output->info.fps_n; in gst_v4l2_video_dec_handle_frame()
717 info.fps_d = self->v4l2output->info.fps_d; in gst_v4l2_video_dec_handle_frame()
806 gst_v4l2_buffer_pool_process (GST_V4L2_BUFFER_POOL (self->v4l2output-> in gst_v4l2_video_dec_handle_frame()
964 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_sink_event()
995 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_dec_change_state()
1020 gst_v4l2_object_destroy (self->v4l2output); in gst_v4l2_video_dec_finalize()
1040 self->v4l2output = gst_v4l2_object_new (GST_ELEMENT (self), in gst_v4l2_video_dec_subinstance_init()
1044 self->v4l2output->no_initial_format = TRUE; in gst_v4l2_video_dec_subinstance_init()
1045 self->v4l2output->keep_aspect = FALSE; in gst_v4l2_video_dec_subinstance_init()