• Home
  • Raw
  • Download

Lines Matching refs:v4l2output

77       if (!gst_v4l2_object_set_property_helper (self->v4l2output,  in gst_v4l2_video_enc_set_property()
101 if (!gst_v4l2_object_get_property_helper (self->v4l2output, in gst_v4l2_video_enc_get_property()
118 if (!gst_v4l2_object_open (self->v4l2output, &error)) in gst_v4l2_video_enc_open()
121 if (!gst_v4l2_object_open_shared (self->v4l2capture, self->v4l2output)) in gst_v4l2_video_enc_open()
124 self->probed_sinkcaps = gst_v4l2_object_probe_caps (self->v4l2output, in gst_v4l2_video_enc_open()
143 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_enc_open()
150 self->v4l2output->videodev), (NULL)); in gst_v4l2_video_enc_open()
154 if (GST_V4L2_IS_OPEN (self->v4l2output)) in gst_v4l2_video_enc_open()
155 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_enc_open()
175 gst_v4l2_object_close (self->v4l2output); in gst_v4l2_video_enc_close()
190 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_enc_start()
204 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_enc_stop()
218 gst_v4l2_object_stop (self->v4l2output); in gst_v4l2_video_enc_stop()
317 if (gst_v4l2_object_caps_equal (self->v4l2output, state->caps)) { in gst_v4l2_video_enc_set_format()
325 gst_v4l2_object_stop (self->v4l2output); in gst_v4l2_video_enc_set_format()
340 if (!gst_v4l2_object_set_format (self->v4l2output, state->caps, &error)) { in gst_v4l2_video_enc_set_format()
346 gst_v4l2_object_setup_padding (self->v4l2output); in gst_v4l2_video_enc_set_format()
367 gst_v4l2_object_unlock_stop (self->v4l2output); in gst_v4l2_video_enc_flush()
377 gst_v4l2_object_unlock_stop (self->v4l2output); in gst_v4l2_video_enc_flush()
425 GstV4l2Object *v4l2object = GST_V4L2_VIDEO_ENC (ctx->self)->v4l2output; in negotiate_profile_and_level()
525 GstV4l2Object *v4l2object = self->v4l2output; in gst_v4l2_video_enc_negotiate()
719 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_enc_loop()
752 GstBufferPool *pool = GST_BUFFER_POOL (self->v4l2output->pool); in gst_v4l2_video_enc_handle_frame()
768 guint min = MAX (self->v4l2output->min_buffers, in gst_v4l2_video_enc_handle_frame()
769 GST_V4L2_MIN_BUFFERS (self->v4l2output)); in gst_v4l2_video_enc_handle_frame()
772 self->v4l2output->info.size, min, min); in gst_v4l2_video_enc_handle_frame()
804 v4l2output->pool), &frame->input_buffer, in gst_v4l2_video_enc_handle_frame()
919 ret = gst_v4l2_object_propose_allocation (self->v4l2output, query); in gst_v4l2_video_enc_propose_allocation()
1021 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_enc_sink_event()
1049 gst_v4l2_object_unlock (self->v4l2output); in gst_v4l2_video_enc_change_state()
1074 gst_v4l2_object_destroy (self->v4l2output); in gst_v4l2_video_enc_finalize()
1092 self->v4l2output = gst_v4l2_object_new (GST_ELEMENT (self), in gst_v4l2_video_enc_subinstance_init()
1096 self->v4l2output->no_initial_format = TRUE; in gst_v4l2_video_enc_subinstance_init()
1097 self->v4l2output->keep_aspect = FALSE; in gst_v4l2_video_enc_subinstance_init()