Searched defs:layout_map (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/util/format/ |
H A D | u_format_table.py | 37 def layout_map(layout): function
|
/third_party/ffmpeg/libavformat/ |
H A D | mov_chan.c | 360 const struct MovChannelLayoutMap *layout_map; in mov_get_channel_layout() local 441 const struct MovChannelLayoutMap *layout_map; in ff_mov_get_channel_layout_tag() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aac.h | 127 uint8_t layout_map[MAX_ELEM_ID*4][3]; member
|
H A D | aacdec_template.c | 239 static int count_paired_channels(uint8_t (*layout_map)[3], int tags, int pos, in count_paired_channels() argument 272 static uint64_t sniff_channel_order(uint8_t (*layout_map)[ argument 201 assign_pair(struct elem_to_channel e2c_vec[MAX_ELEM_ID], uint8_t (*layout_map)[3], int offset, uint64_t left, uint64_t right, int pos, uint64_t *layout) assign_pair() argument 629 set_default_channel_config(AACContext *ac, AVCodecContext *avctx, uint8_t (*layout_map)[3], int *tags, int channel_config) set_default_channel_config() argument 679 uint8_t layout_map[MAX_ELEM_ID*4][3]; get_che() local 698 uint8_t layout_map[MAX_ELEM_ID * 4][3]; get_che() local 809 decode_channel_map(uint8_t layout_map[][3], enum ChannelPosition type, GetBitContext *gb, int n) decode_channel_map() argument 851 decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, uint8_t (*layout_map)[3], GetBitContext *gb, int byte_align_ref) decode_pce() argument 928 uint8_t layout_map[MAX_ELEM_ID*4][3]; decode_ga_specific_config() local 1016 uint8_t layout_map[MAX_ELEM_ID*4][3]; decode_eld_specific_config() local 1304 uint8_t layout_map[MAX_ELEM_ID*4][3]; aac_decode_init() local 3109 uint8_t layout_map[MAX_ELEM_ID*4][3]; global() local 3336 uint8_t layout_map[MAX_ELEM_ID*4][3] = {{0}}; global() local [all...] |
Completed in 6 milliseconds