Searched refs:chmask (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | wvdec.c | 55 uint32_t chmask; member 83 uint32_t chmask, flags; in wv_read_block_header() local 117 chmask = flags & WV_MONO ? AV_CH_LAYOUT_MONO : AV_CH_LAYOUT_STEREO; in wv_read_block_header() 122 chmask = wc->chmask; in wv_read_block_header() 148 chmask = avio_r8(pb); in wv_read_block_header() 151 chmask = avio_rl16(pb); in wv_read_block_header() 154 chmask = avio_rl24(pb); in wv_read_block_header() 157 chmask = avio_rl32(pb); in wv_read_block_header() 163 chmask = avio_rl24(pb); in wv_read_block_header() 169 chmask = avio_rl32(pb); in wv_read_block_header() [all …]
|
D | flacdec.c | 177 AVDictionaryEntry *chmask; in flac_read_header() local 187 chmask = av_dict_get(s->metadata, "WAVEFORMATEXTENSIBLE_CHANNEL_MASK", NULL, 0); in flac_read_header() 188 if (chmask) { in flac_read_header() 189 uint64_t mask = strtol(chmask->value, NULL, 0); in flac_read_header()
|
D | flacenc.c | 245 AVDictionaryEntry *chmask = av_dict_get(s->metadata, "WAVEFORMATEXTENSIBLE_CHANNEL_MASK", in flac_init() local 248 if (chmask) { in flac_init()
|
D | matroskadec.c | 2080 AVDictionaryEntry *chmask; in matroska_parse_flac() local 2083 chmask = av_dict_get(dict, "WAVEFORMATEXTENSIBLE_CHANNEL_MASK", NULL, 0); in matroska_parse_flac() 2084 if (chmask) { in matroska_parse_flac() 2085 uint64_t mask = strtol(chmask->value, NULL, 0); in matroska_parse_flac()
|
D | mov.c | 7382 uint64_t chmask; in mov_read_dmlp() local 7405 chmask = truehd_layout(channel_assignment); in mov_read_dmlp() 7406 av_channel_layout_from_mask(&st->codecpar->ch_layout, chmask); in mov_read_dmlp()
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 1099 uint64_t chmask = 0; in wavpack_decode_block() local 1407 chmask = bytestream2_get_byte(&gb); in wavpack_decode_block() 1410 chmask = bytestream2_get_le16(&gb); in wavpack_decode_block() 1413 chmask = bytestream2_get_le24(&gb); in wavpack_decode_block() 1416 chmask = bytestream2_get_le32(&gb); in wavpack_decode_block() 1425 chmask = bytestream2_get_le24(&gb); in wavpack_decode_block() 1434 chmask = bytestream2_get_le32(&gb); in wavpack_decode_block() 1519 if (chmask) { in wavpack_decode_block() 1520 av_channel_layout_from_mask(&new_ch_layout, chmask); in wavpack_decode_block()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 4694 struct ir3_instruction *chmask = in ir3_compile_shader_nir() local 4696 chmask->barrier_class = IR3_BARRIER_EVERYTHING; in ir3_compile_shader_nir() 4697 chmask->barrier_conflict = IR3_BARRIER_EVERYTHING; in ir3_compile_shader_nir() 4700 __ssa_src(chmask, outputs[i], 0)->num = regids[i]; in ir3_compile_shader_nir() 4702 chmask->end.outidxs = ralloc_array(chmask, unsigned, outputs_count); in ir3_compile_shader_nir() 4703 memcpy(chmask->end.outidxs, outidxs, sizeof(unsigned) * outputs_count); in ir3_compile_shader_nir() 4705 array_insert(ctx->block, ctx->block->keeps, chmask); in ir3_compile_shader_nir()
|
D | disasm-a3xx.c | 165 OPC(0, OPC_CHMASK, chmask),
|