Searched refs:input_map (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | utils.c | 168 av_log(avr, AV_LOG_TRACE, " % 2d", avr->ch_map_info.input_map[ch]); in avresample_open() 710 memset(info->input_map, -1, sizeof(info->input_map)); in avresample_set_channel_mapping() 721 } else if (info->input_map[channel_map[ch]] >= 0) { in avresample_set_channel_mapping() 722 info->channel_copy[ch] = info->input_map[channel_map[ch]]; in avresample_set_channel_mapping() 727 info->input_map[channel_map[ch]] = ch; in avresample_set_channel_mapping() 735 while (ch < in_channels && info->input_map[ch] >= 0) in avresample_set_channel_mapping() 741 info->input_map[ch] = i; in avresample_set_channel_mapping()
|
D | internal.h | 50 int input_map[AVRESAMPLE_MAX_CHANNELS]; /**< dest index of each input channel */ member
|
D | audio_convert.c | 368 data[map->input_map[p]] = out->data[p]; in ff_audio_convert()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-hvar-table.hh | 114 void remap (const DeltaSetIndexMap *input_map, in remap() 119 if (input_map == &Null (DeltaSetIndexMap)) return; in remap() 134 uint32_t v = input_map->map (old_gid); in remap()
|
D | hb-ot-layout-gsubgpos.hh | 2559 const hb_map_t *input_map = nullptr, in serialize() 2571 if (input_map) mapping = input_map; in serialize() 2592 const hb_map_t *input_map = nullptr, in subset() 2613 !hb_all (input, input_map) || in subset() 2617 serialize (c->serializer, lookup_map, backtrack_map, input_map, lookahead_map); in subset()
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-hvar-table.hh | 200 void remap (const DeltaSetIndexMap *input_map, in remap() 205 if (input_map == &Null (DeltaSetIndexMap)) return; in remap() 220 uint32_t v = input_map->map (old_gid); in remap()
|
D | hb-ot-layout-gsubgpos.hh | 2532 const hb_map_t *input_map = nullptr, in copy() 2544 if (input_map) mapping = input_map; in copy() 2574 const hb_map_t *input_map = nullptr, in subset() 2595 !hb_all (input, input_map) || in subset() 2599 copy (c->serializer, lookup_map, backtrack_map, input_map, lookahead_map); in subset()
|