Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevc.c50 uint8_t parallelismType; member
635 hvcc->parallelismType = 0; // mixed-type parallel decoding in hvcc_parse_pps()
637 hvcc->parallelismType = 3; // wavefront-based parallel decoding in hvcc_parse_pps()
639 hvcc->parallelismType = 2; // tile-based parallel decoding in hvcc_parse_pps()
641 hvcc->parallelismType = 1; // slice-based parallel decoding in hvcc_parse_pps()
825 hvcc->parallelismType = 0; in hvcc_write()
851 hvcc->parallelismType); in hvcc_write()
937 avio_w8(pb, hvcc->parallelismType | 0xfc); in hvcc_write()
/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c191 uint8_t parallelismType; in ff_videotoolbox_hvcc_extradata_create() local
253 parallelismType = 0; in ff_videotoolbox_hvcc_extradata_create()
255 parallelismType = 0; in ff_videotoolbox_hvcc_extradata_create()
257 parallelismType = 3; in ff_videotoolbox_hvcc_extradata_create()
259 parallelismType = 2; in ff_videotoolbox_hvcc_extradata_create()
261 parallelismType = 1; in ff_videotoolbox_hvcc_extradata_create()
262 AV_W8(p + 15, 0xfc | parallelismType); in ff_videotoolbox_hvcc_extradata_create()