/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_float.c | 88 AV_SAMPLE_FMT_NONE }, 106 AV_SAMPLE_FMT_NONE }, 124 AV_SAMPLE_FMT_NONE }, 142 AV_SAMPLE_FMT_NONE }, 160 AV_SAMPLE_FMT_NONE },
|
D | mpegaudiodec_fixed.c | 75 AV_SAMPLE_FMT_NONE }, 93 AV_SAMPLE_FMT_NONE }, 111 AV_SAMPLE_FMT_NONE }, 129 AV_SAMPLE_FMT_NONE }, 147 AV_SAMPLE_FMT_NONE },
|
D | ac3dec_float.c | 68 AV_SAMPLE_FMT_NONE }, 93 AV_SAMPLE_FMT_NONE },
|
D | libgsmenc.c | 134 AV_SAMPLE_FMT_NONE }, 150 AV_SAMPLE_FMT_NONE },
|
D | 8svx.c | 198 AV_SAMPLE_FMT_NONE }, 213 AV_SAMPLE_FMT_NONE },
|
D | libcodec2.c | 194 … .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE }, 210 … .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE },
|
D | mace.c | 297 AV_SAMPLE_FMT_NONE }, 310 AV_SAMPLE_FMT_NONE },
|
D | aptxdec.c | 185 AV_SAMPLE_FMT_NONE }, 202 AV_SAMPLE_FMT_NONE },
|
D | mpegaudioenc_fixed.c | 33 AV_SAMPLE_FMT_NONE },
|
D | mpegaudioenc_float.c | 34 AV_SAMPLE_FMT_NONE },
|
D | aptxenc.c | 256 AV_SAMPLE_FMT_NONE }, 275 AV_SAMPLE_FMT_NONE },
|
D | mf_utils.c | 154 return AV_SAMPLE_FMT_NONE; in ff_media_type_to_sample_fmt() 158 return AV_SAMPLE_FMT_NONE; in ff_media_type_to_sample_fmt() 173 return AV_SAMPLE_FMT_NONE; in ff_media_type_to_sample_fmt()
|
D | ac3enc_fixed.c | 140 AV_SAMPLE_FMT_NONE },
|
D | ac3enc_float.c | 144 AV_SAMPLE_FMT_NONE },
|
D | cngenc.c | 113 AV_SAMPLE_FMT_NONE },
|
D | dsddec.c | 127 AV_SAMPLE_FMT_NONE }, \
|
D | libvo-amrwbenc.c | 153 AV_SAMPLE_FMT_NONE },
|
/third_party/ffmpeg/libswresample/ |
D | options.c | 48 …mat" , OFFSET( in_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT… 49 …mat" , OFFSET( in_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT… 50 …rmat" , OFFSET(out_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT… 51 …rmat" , OFFSET(out_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT… 52 …at" , OFFSET(user_int_sample_fmt), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT… 53 …at" , OFFSET(user_int_sample_fmt), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT…
|
/third_party/ffmpeg/libavutil/ |
D | samplefmt.c | 63 return AV_SAMPLE_FMT_NONE; in av_get_sample_fmt() 69 return AV_SAMPLE_FMT_NONE; in av_get_alt_sample_fmt() 78 return AV_SAMPLE_FMT_NONE; in av_get_packed_sample_fmt() 87 return AV_SAMPLE_FMT_NONE; in av_get_planar_sample_fmt()
|
D | samplefmt.h | 59 AV_SAMPLE_FMT_NONE = -1, enumerator
|
/third_party/ffmpeg/libavfilter/ |
D | buffersrc.c | 126 if (param->format != AV_SAMPLE_FMT_NONE) { in av_buffersrc_parameters_set() 294 …mple_fmt), AV_OPT_TYPE_SAMPLE_FMT, { .i64 = AV_SAMPLE_FMT_NONE }, .min = AV_SAMPLE_FMT_NO… 307 if (s->sample_fmt == AV_SAMPLE_FMT_NONE) { in init_audio()
|
D | af_aderivative.c | 37 AV_SAMPLE_FMT_NONE in query_formats() enumerator 41 AV_SAMPLE_FMT_NONE in query_formats() enumerator
|
D | af_volume.c | 145 AV_SAMPLE_FMT_NONE in query_formats() 150 AV_SAMPLE_FMT_NONE in query_formats() 155 AV_SAMPLE_FMT_NONE in query_formats()
|
D | audio.c | 54 enum AVSampleFormat pool_format = AV_SAMPLE_FMT_NONE; in ff_default_get_audio_buffer()
|
/third_party/ffmpeg/libavresample/ |
D | options.c | 45 …T(internal_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_NONE }, AV_SAMPLE_FMT_NONE, …
|