Home
last modified time | relevance | path

Searched refs:is_file_proto (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c1382 int is_file_proto = proto && !strcmp(proto, "file"); in create_master_playlist() local
1383 int use_temp_file = is_file_proto && ((hls->flags & HLS_TEMP_FILE) || hls->master_publish_rate); in create_master_playlist()
1543 int is_file_proto = proto && !strcmp(proto, "file"); in hls_window() local
1544 int use_temp_file = is_file_proto && ((hls->flags & HLS_TEMP_FILE) || !(hls->pl_type == PLAYLIST_TYPE_VOD)); in hls_window()
1575 if (!is_file_proto && (hls->flags & HLS_TEMP_FILE) && !warned_non_file++) in hls_window()

Completed in 5 milliseconds