Home
last modified time | relevance | path

Searched refs:input_state (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c89 if (self->input_state) in gst_mpp_dec_set_property()
97 if (self->input_state) in gst_mpp_dec_set_property()
104 if (self->input_state) in gst_mpp_dec_set_property()
137 if (self->input_state) in gst_mpp_dec_set_property()
144 if (self->input_state) in gst_mpp_dec_set_property()
259 self->input_state = NULL; in gst_mpp_dec_start()
303 if (self->input_state) { in gst_mpp_dec_stop()
304 gst_video_codec_state_unref (self->input_state); in gst_mpp_dec_stop()
305 self->input_state = NULL; in gst_mpp_dec_stop()
354 if (self->input_state) { in gst_mpp_dec_set_format()
[all …]
H A Dgstmppenc.c267 if (self->input_state) in gst_mpp_enc_set_property()
274 if (self->input_state) in gst_mpp_enc_set_property()
281 if (self->input_state) in gst_mpp_enc_set_property()
292 if (self->input_state) in gst_mpp_enc_set_property()
429 caps, self->input_state); in gst_mpp_enc_set_src_caps()
526 self->input_state = NULL; in gst_mpp_enc_start()
573 if (self->input_state) in gst_mpp_enc_stop()
574 gst_video_codec_state_unref (self->input_state); in gst_mpp_enc_stop()
608 if (self->input_state) { in gst_mpp_enc_set_format()
609 if (gst_caps_is_strictly_equal (self->input_state->caps, state->caps)) in gst_mpp_enc_set_format()
[all …]
H A Dgstmppvideodec.c130 if (mppdec->input_state) in gst_mpp_video_dec_set_property()
137 if (mppdec->input_state) in gst_mpp_video_dec_set_property()
197 GstVideoCodecState *state = mppdec->input_state; in gst_mpp_video_dec_startup()
H A Dgstmppenc.h46 GstVideoCodecState *input_state; member
H A Dgstmppdec.h45 GstVideoCodecState *input_state; member
H A Dgstmppjpegdec.c143 if (mppdec->input_state) in gst_mpp_jpeg_dec_set_property()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dstretch.c28 typedef enum { input_state, output_state } stretch_status_t; enumerator
136 p->state = input_state; in start()
216 if (p->state == input_state) { in flow()
259 p->state = input_state; in flow()
281 if (p->state == input_state) { in drain()
/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A Dpanel.c132 enum input_state { enum
144 enum input_state state;