Lines Matching refs:input_state
499 if (!thiz->input_state) { in gst_msdkenc_init_encoder()
503 info = &thiz->input_state->info; in gst_msdkenc_init_encoder()
1205 GstVideoInfo *info = &thiz->input_state->info; in gst_msdkenc_set_latency()
1286 outcaps, thiz->input_state); in gst_msdkenc_set_src_caps()
1441 if (thiz->input_state) { in gst_msdkenc_set_format()
1442 if (!gst_video_info_is_equal (&thiz->input_state->info, &state->info)) { in gst_msdkenc_set_format()
1447 gst_video_codec_state_unref (thiz->input_state); in gst_msdkenc_set_format()
1449 thiz->input_state = gst_video_codec_state_ref (state); in gst_msdkenc_set_format()
1474 thiz->input_state->caps = gst_caps_make_writable (thiz->input_state->caps); in gst_msdkenc_set_format()
1475 gst_caps_set_features (thiz->input_state->caps, 0, in gst_msdkenc_set_format()
1491 gst_msdkenc_create_buffer_pool (thiz, thiz->input_state->caps, in gst_msdkenc_set_format()
1499 GstVideoInfo *info = &thiz->input_state->info; in gst_msdkenc_set_format()
1592 vinfo = thiz->input_state->info; in import_dmabuf_to_msdk_surface()
1678 if (!gst_video_frame_map (&src_frame, &thiz->input_state->info, inbuf, in gst_msdkenc_get_surface_from_frame()
1721 GstVideoInfo *info = &thiz->input_state->info; in gst_msdkenc_handle_frame()
1921 if (thiz->input_state) in gst_msdkenc_stop()
1922 gst_video_codec_state_unref (thiz->input_state); in gst_msdkenc_stop()
1923 thiz->input_state = NULL; in gst_msdkenc_stop()
1967 if (!thiz->input_state) in gst_msdkenc_propose_allocation()
2018 if (thiz->input_state) in gst_msdkenc_dispose()
2019 gst_video_codec_state_unref (thiz->input_state); in gst_msdkenc_dispose()
2020 thiz->input_state = NULL; in gst_msdkenc_dispose()