Searched refs:NUT_PIPE (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | nut.h | 114 #define NUT_PIPE 2 // do not write syncpoints macro
|
H A D | nutenc.c | 1027 (!(nut->flags & NUT_PIPE) || nut->last_syncpoint_pos == INT_MIN)) { in nut_write_packet() 1177 if (flags & FLAG_KEY && !(nut->flags & NUT_PIPE)) { in nut_write_packet() 1243 { "none", "Disable syncpoints, low overhead and unseekable", 0, AV_OPT_TYPE_CONST, {.i64 = NUT_PIPE}, INT_MIN, INT_MAX, E, "syncpoints" },
|
H A D | nutdec.c | 1014 if (!(nut->flags & NUT_PIPE) && in decode_frame_header() 1073 } else if (!(nut->flags & NUT_PIPE) && in decode_frame_header() 1253 if (nut->flags & NUT_PIPE) { in read_seek()
|
Completed in 4 milliseconds