/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodec_float.c | 90 AV_SAMPLE_FMT_NONE }, 108 AV_SAMPLE_FMT_NONE }, 126 AV_SAMPLE_FMT_NONE }, 144 AV_SAMPLE_FMT_NONE }, 162 AV_SAMPLE_FMT_NONE },
|
H A D | mpegaudiodec_fixed.c | 77 AV_SAMPLE_FMT_NONE }, 95 AV_SAMPLE_FMT_NONE }, 113 AV_SAMPLE_FMT_NONE }, 131 AV_SAMPLE_FMT_NONE }, 149 AV_SAMPLE_FMT_NONE },
|
H A D | ac3dec_float.c | 74 AV_SAMPLE_FMT_NONE }, 92 AV_SAMPLE_FMT_NONE },
|
H A D | libgsmenc.c | 135 AV_SAMPLE_FMT_NONE }, 155 AV_SAMPLE_FMT_NONE },
|
H A D | 8svx.c | 201 AV_SAMPLE_FMT_NONE }, 217 AV_SAMPLE_FMT_NONE },
|
H A D | mpegaudioenc_float.c | 36 AV_SAMPLE_FMT_NONE },
|
H A D | mpegaudioenc_fixed.c | 35 AV_SAMPLE_FMT_NONE },
|
H A D | aptxdec.c | 192 AV_SAMPLE_FMT_NONE }, 212 AV_SAMPLE_FMT_NONE },
|
H A D | libcodec2.c | 186 .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE }, 204 .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE },
|
H A D | mace.c | 297 AV_SAMPLE_FMT_NONE }, 311 AV_SAMPLE_FMT_NONE },
|
H A D | dfpwmenc.c | 118 .p.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_U8, AV_SAMPLE_FMT_NONE},
|
H A D | aptxenc.c | 264 AV_SAMPLE_FMT_NONE }, 286 AV_SAMPLE_FMT_NONE },
|
H A D | mf_utils.c | 122 return AV_SAMPLE_FMT_NONE; in ff_media_type_to_sample_fmt() 126 return AV_SAMPLE_FMT_NONE; in ff_media_type_to_sample_fmt() 141 return AV_SAMPLE_FMT_NONE; in ff_media_type_to_sample_fmt()
|
H A D | libvo-amrwbenc.c | 156 AV_SAMPLE_FMT_NONE },
|
H A D | dsddec.c | 127 AV_SAMPLE_FMT_NONE }, \
|
H A D | cngenc.c | 110 AV_SAMPLE_FMT_NONE },
|
H A D | ac3enc_float.c | 138 AV_SAMPLE_FMT_NONE },
|
H A D | ac3enc_fixed.c | 134 AV_SAMPLE_FMT_NONE },
|
/third_party/ffmpeg/libswresample/ |
H A D | options.c | 56 {"isf" , "set input sample format" , OFFSET( in_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT_MAX, PARAM}, 57 {"in_sample_fmt" , "set input sample format" , OFFSET( in_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT_MAX, PARAM}, 58 {"osf" , "set output sample format" , OFFSET(out_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT_MAX, PARAM}, 59 {"out_sample_fmt" , "set output sample format" , OFFSET(out_sample_fmt ), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT_MAX, PARAM}, 60 {"tsf" , "set internal sample format" , OFFSET(user_int_sample_fmt), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT_MAX, PARAM}, 61 {"internal_sample_fmt" , "set internal sample format" , OFFSET(user_int_sample_fmt), AV_OPT_TYPE_SAMPLE_FMT , {.i64=AV_SAMPLE_FMT_NONE}, -1 , INT_MAX, PARAM},
|
/third_party/ffmpeg/libavutil/ |
H A D | samplefmt.c | 65 return AV_SAMPLE_FMT_NONE; in av_get_sample_fmt() 71 return AV_SAMPLE_FMT_NONE; in av_get_alt_sample_fmt() 80 return AV_SAMPLE_FMT_NONE; in av_get_packed_sample_fmt() 89 return AV_SAMPLE_FMT_NONE; in av_get_planar_sample_fmt()
|
H A D | samplefmt.h | 56 AV_SAMPLE_FMT_NONE = -1, enumerator 81 * Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE 88 * AV_SAMPLE_FMT_NONE on error. If the passed sample_fmt is already in the 101 AV_SAMPLE_FMT_NONE on error. 112 AV_SAMPLE_FMT_NONE on error.
|
/third_party/ffmpeg/libavresample/ |
H A D | options.c | 45 { "internal_sample_fmt", "Internal Sample Format", OFFSET(internal_sample_fmt), AV_OPT_TYPE_INT, { .i64 = AV_SAMPLE_FMT_NONE }, AV_SAMPLE_FMT_NONE, AV_SAMPLE_FMT_NB-1, PARAM, "internal_sample_fmt" },
|
/third_party/ffmpeg/libavfilter/ |
H A D | buffersrc.c | 125 if (param->format != AV_SAMPLE_FMT_NONE) { in av_buffersrc_parameters_set() 320 { "sample_fmt", NULL, OFFSET(sample_fmt), AV_OPT_TYPE_SAMPLE_FMT, { .i64 = AV_SAMPLE_FMT_NONE }, .min = AV_SAMPLE_FMT_NONE, .max = INT_MAX, .flags = A }, 334 if (s->sample_fmt == AV_SAMPLE_FMT_NONE) { in init_audio()
|
H A D | af_volume.c | 143 AV_SAMPLE_FMT_NONE in query_formats() 148 AV_SAMPLE_FMT_NONE in query_formats() 153 AV_SAMPLE_FMT_NONE in query_formats()
|
H A D | audio.c | 59 enum AVSampleFormat pool_format = AV_SAMPLE_FMT_NONE; in ff_default_get_audio_buffer()
|