Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dfile.c38 typedef struct FileLogContext { struct
42 } FileLogContext; typedef
49 .log_level_offset_offset = offsetof(FileLogContext, log_offset),
50 .parent_log_context_offset = offsetof(FileLogContext, log_ctx),
56 FileLogContext file_log_ctx = { &file_log_ctx_class, log_offset, log_ctx }; in av_file_map()
H A Dfile_open.c95 typedef struct FileLogContext { struct
99 } FileLogContext; typedef
106 .log_level_offset_offset = offsetof(FileLogContext, log_offset),
107 .parent_log_context_offset = offsetof(FileLogContext, log_ctx),
112 FileLogContext file_log_ctx = { &file_log_ctx_class, log_offset, log_ctx }; in avpriv_tempfile()

Completed in 2 milliseconds