Lines Matching refs:FileContext
72 typedef struct FileContext {
82 } FileContext;
85 { "truncate", "truncate existing files on write", offsetof(FileContext, trunc), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM },
86 { "blocksize", "set I/O operation maximum block size", offsetof(FileContext, blocksize), AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
87 { "follow", "Follow a file as it is being written", offsetof(FileContext, follow), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
88 { "seekable", "Sets if the file is seekable", offsetof(FileContext, seekable), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 0, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
93 { "blocksize", "set I/O operation maximum block size", offsetof(FileContext, blocksize), AV_OPT_TYPE_INT, { .i64 = INT_MAX }, 1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
113 FileContext *c = h->priv_data;
126 FileContext *c = h->priv_data;
135 FileContext *c = h->priv_data;
208 FileContext *c = h->priv_data;
250 FileContext *c = h->priv_data;
266 FileContext *c = h->priv_data;
274 FileContext *c = h->priv_data;
289 FileContext *c = h->priv_data;
347 FileContext *c = h->priv_data;
366 .priv_data_size = sizeof(FileContext),
380 FileContext *c = h->priv_data;
408 .priv_data_size = sizeof(FileContext),