Searched refs:global_file_fid (Results 1 – 1 of 1) sorted by relevance
545 static RK_U32 global_file_fid = 0; variable560 p_Inp->fp = fopen(p_Inp->fname[global_file_fid], "ab"); { in open_stream_file()562 … H264D_WARNNING("[open_stream_file] can not open stream file, %s.", p_Inp->fname[global_file_fid]); in open_stream_file()585 global_file_fid = 1 - global_file_fid; in fwrite_stream_to_file()587 p_Inp->fp = fopen(p_Inp->fname[global_file_fid], "wb"); in fwrite_stream_to_file()589 … H264D_WARNNING("[open_stream_file] can not open stream file, %s", p_Inp->fname[global_file_fid]); in fwrite_stream_to_file()