Searched refs:async_preload_frame (Results 1 – 2 of 2) sorted by relevance
676 obs_source_frame_destroy(source->async_preload_frame); in obs_source_destroy()3051 if (!source->async_preload_frame) in preload_frame_changed()3054 return in->width != source->async_preload_frame->width || in preload_frame_changed()3056 in->format != source->async_preload_frame->format; in preload_frame_changed()3069 obs_source_frame_destroy(source->async_preload_frame); in obs_source_preload_video_internal()3070 source->async_preload_frame = obs_source_frame_create( in obs_source_preload_video_internal()3074 copy_frame_data(source->async_preload_frame, frame); in obs_source_preload_video_internal()3136 if (!source->async_preload_frame) in obs_source_show_preloaded_video()3169 obs_source_frame_destroy(source->async_preload_frame); in obs_source_set_video_frame_internal()3170 source->async_preload_frame = obs_source_frame_create( in obs_source_set_video_frame_internal()[all …]
696 struct obs_source_frame *async_preload_frame; member