Home
last modified time | relevance | path

Searched refs:parallelismType (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhevc.c49 uint8_t parallelismType; member
634 hvcc->parallelismType = 0; // mixed-type parallel decoding in hvcc_parse_pps()
636 hvcc->parallelismType = 3; // wavefront-based parallel decoding in hvcc_parse_pps()
638 hvcc->parallelismType = 2; // tile-based parallel decoding in hvcc_parse_pps()
640 hvcc->parallelismType = 1; // slice-based parallel decoding in hvcc_parse_pps()
824 hvcc->parallelismType = 0; in hvcc_write()
850 hvcc->parallelismType); in hvcc_write()
936 avio_w8(pb, hvcc->parallelismType | 0xfc); in hvcc_write()
/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c239 uint8_t parallelismType; in ff_videotoolbox_hvcc_extradata_create() local
310 parallelismType = 0; in ff_videotoolbox_hvcc_extradata_create()
312 parallelismType = 0; in ff_videotoolbox_hvcc_extradata_create()
314 parallelismType = 3; in ff_videotoolbox_hvcc_extradata_create()
316 parallelismType = 2; in ff_videotoolbox_hvcc_extradata_create()
318 parallelismType = 1; in ff_videotoolbox_hvcc_extradata_create()
319 AV_W8(p + 15, 0xfc | parallelismType); in ff_videotoolbox_hvcc_extradata_create()