Searched refs:AV_CH_LAYOUT_QUAD (Results 1 – 23 of 23) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mlp_parse.c | 42 AV_CH_LAYOUT_QUAD, 45 AV_CH_LAYOUT_QUAD|AV_CH_LOW_FREQUENCY, 57 AV_CH_LAYOUT_QUAD|AV_CH_LOW_FREQUENCY,
|
D | vorbis_data.c | 41 AV_CH_LAYOUT_QUAD,
|
D | atrac9tab.h | 81 .channel_layout = AV_CH_LAYOUT_QUAD,
|
D | mlp.c | 61 AV_CH_LAYOUT_QUAD, AV_CH_LAYOUT_2POINT1, AV_CH_LAYOUT_SURROUND,
|
D | flac.c | 36 AV_CH_LAYOUT_QUAD,
|
D | s302m.c | 80 avctx->channel_layout = AV_CH_LAYOUT_QUAD; in s302m_parse_frame_header()
|
D | audiotoolboxenc.c | 207 case AV_CH_LAYOUT_QUAD: in get_aac_tag() 652 AV_CH_LAYOUT_QUAD,
|
D | aacenc.h | 213 .layout = AV_CH_LAYOUT_QUAD,
|
D | libvorbisenc.c | 146 avctx->channel_layout != AV_CH_LAYOUT_QUAD || in libvorbis_setup()
|
D | tta.c | 68 AV_CH_LAYOUT_QUAD,
|
D | ac3enc.c | 148 AV_CH_LAYOUT_QUAD, 157 (AV_CH_LAYOUT_QUAD | AV_CH_LOW_FREQUENCY), 2186 case AV_CH_LAYOUT_QUAD: in set_channel_info()
|
D | mlpdec.c | 626 if (m->avctx->channel_layout == (AV_CH_LAYOUT_QUAD|AV_CH_LOW_FREQUENCY) || in read_restart_header()
|
D | flacenc.c | 439 avctx->channel_layout != AV_CH_LAYOUT_QUAD || in flac_encode_init()
|
D | mlpenc.c | 623 case AV_CH_LAYOUT_QUAD: in mlp_encode_init()
|
/third_party/ffmpeg/libavformat/ |
D | isom.c | 401 { AV_CH_LAYOUT_QUAD, (132<<16) | 4}, // kCAFChannelLayoutTag_ITU_2_2 403 … { AV_CH_LAYOUT_QUAD, (108<<16) | 4}, // kCAFChannelLayoutTag_Quadraphonic 415 { AV_CH_LAYOUT_QUAD|AV_CH_LOW_FREQUENCY, (135<<16) | 4}, // kCAFChannelLayoutTag_DVD_6
|
D | flacenc_header.c | 55 channel_layout == AV_CH_LAYOUT_QUAD || in ff_flac_is_native_layout()
|
D | eacdata.c | 60 case 0x040C: cdata->channels = 4; channel_layout = AV_CH_LAYOUT_QUAD; break; in cdata_read_header()
|
D | mov_chan.c | 189 { MOV_CH_LAYOUT_QUADRAPHONIC, AV_CH_LAYOUT_QUAD }, // L, R, Rls, Rrs 279 …{ MOV_CH_LAYOUT_CUBE, AV_CH_LAYOUT_QUAD | // L, R, Rls, Rrs, Vhl, Vhr, R…
|
D | dsfdec.c | 45 AV_CH_LAYOUT_QUAD,
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 99 #define AV_CH_LAYOUT_QUAD (AV_CH_LAYOUT_STEREO|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) macro
|
D | channel_layout.c | 90 { "quad", 4, AV_CH_LAYOUT_QUAD },
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 136 if (layout == AV_CH_LAYOUT_QUAD || layout == AV_CH_LAYOUT_2_2) in find_reorder_func()
|
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 119 AV_CH_LAYOUT_QUAD ,
|