Searched refs:AV_CODEC_CAP_OTHER_THREADS (Results 1 – 21 of 21) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | codec.h | 127 #define AV_CODEC_CAP_OTHER_THREADS (1 << 15) macro 129 #define AV_CODEC_CAP_AUTO_THREADS AV_CODEC_CAP_OTHER_THREADS
|
D | libvpxdec.c | 363 .p.capabilities = AV_CODEC_CAP_OTHER_THREADS | AV_CODEC_CAP_DR1, 385 .p.capabilities = AV_CODEC_CAP_OTHER_THREADS,
|
D | libdavs2.c | 234 .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS,
|
D | libuavs3d.c | 258 .p.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS,
|
D | libaomdec.c | 260 .p.capabilities = AV_CODEC_CAP_OTHER_THREADS | AV_CODEC_CAP_DR1,
|
D | libkvazaar.c | 327 AV_CODEC_CAP_OTHER_THREADS,
|
D | libxavs2.c | 295 AV_CODEC_CAP_OTHER_THREADS,
|
D | libx264.c | 1225 AV_CODEC_CAP_OTHER_THREADS | 1261 AV_CODEC_CAP_OTHER_THREADS | 1293 AV_CODEC_CAP_OTHER_THREADS |
|
D | libjxlenc.c | 470 .p.capabilities = AV_CODEC_CAP_OTHER_THREADS,
|
D | libjxldec.c | 457 .p.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_OTHER_THREADS,
|
D | libopenh264enc.c | 459 .p.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_OTHER_THREADS,
|
D | libxavs.c | 430 AV_CODEC_CAP_OTHER_THREADS,
|
D | librav1e.c | 629 .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS |
|
D | libsvtav1.c | 665 .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS,
|
D | libdav1d.c | 587 .p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS,
|
D | libx265.c | 750 AV_CODEC_CAP_OTHER_THREADS |
|
D | libvpxenc.c | 1946 AV_CODEC_CAP_OTHER_THREADS, 1978 AV_CODEC_CAP_OTHER_THREADS,
|
D | libaomenc.c | 1437 AV_CODEC_CAP_OTHER_THREADS,
|
/third_party/ffmpeg/libavcodec/tests/ |
D | avcodec.c | 102 AV_CODEC_CAP_OTHER_THREADS))) in main()
|
/third_party/ffmpeg/fftools/ |
D | opt_common.c | 306 AV_CODEC_CAP_OTHER_THREADS)) in print_codec() 323 AV_CODEC_CAP_OTHER_THREADS)) { in print_codec() 328 case AV_CODEC_CAP_OTHER_THREADS: printf("other"); break; in print_codec()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 316 Add AV_CODEC_CAP_OTHER_THREADS as a new name for
|