/third_party/ffmpeg/libavcodec/ |
D | 8svx.c | 169 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in eightsvx_decode_init() 197 .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P, 212 .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
|
D | takdec.c | 148 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in set_bps_params() 887 case AV_SAMPLE_FMT_U8P: in tak_decode_frame() 951 .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
|
D | shorten.c | 192 s->avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in init_offset() 813 AV_SAMPLE_FMT_U8P,
|
D | pcm.c | 602 PCM_CODEC (PCM_S8_PLANAR, AV_SAMPLE_FMT_U8P, pcm_s8_planar, "PCM signed 8-bit planar");
|
D | apedec.c | 233 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in ape_decode_init() 1642 .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
|
D | wavpackenc.c | 2823 case AV_SAMPLE_FMT_U8P: in fill_buffer() 2971 .sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_U8P,
|
D | utils.c | 1545 [AV_SAMPLE_FMT_U8P ] = { AV_CODEC_ID_PCM_U8, AV_CODEC_ID_PCM_U8 }, in av_get_pcm_codec()
|
/third_party/ffmpeg/libavutil/ |
D | samplefmt.c | 35 … [AV_SAMPLE_FMT_U8] = { .name = "u8", .bits = 8, .planar = 0, .altform = AV_SAMPLE_FMT_U8P }, 41 … [AV_SAMPLE_FMT_U8P] = { .name = "u8p", .bits = 8, .planar = 1, .altform = AV_SAMPLE_FMT_U8 }, 245 sample_fmt == AV_SAMPLE_FMT_U8P) ? 0x80 : 0x00; in av_samples_set_silence()
|
D | samplefmt.h | 66 AV_SAMPLE_FMT_U8P, ///< unsigned 8 bits, planar enumerator
|
/third_party/ffmpeg/libavfilter/ |
D | audio.h | 38 AV_SAMPLE_FMT_U8P, enumerator
|
D | af_adelay.c | 69 AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P, in query_formats() enumerator 205 case AV_SAMPLE_FMT_U8P : s->delay_channel = delay_channel_u8p ; break; in config_input()
|
D | f_reverse.c | 177 case AV_SAMPLE_FMT_U8P: { in reverse_samples_planar()
|
D | af_volume.c | 140 AV_SAMPLE_FMT_U8P, in query_formats()
|
/third_party/ffmpeg/libavformat/ |
D | uncodedframecrcenc.c | 96 case AV_SAMPLE_FMT_U8P: in audio_frame_cksum()
|
/third_party/ffmpeg/libavutil/tests/ |
D | audio_fifo.c | 41 …{.format = AV_SAMPLE_FMT_U8P , .nb_ch = 2, .data_planes = {data_U8 , data_U8 +6, }, .nb_samples_p…
|
/third_party/ffmpeg/libavresample/ |
D | options.c | 51 …{"u8p" , "8-bit unsigned integer planar", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_U8P }, INT_…
|
/third_party/ffmpeg/libavresample/tests/ |
D | avresample.c | 170 AV_SAMPLE_FMT_U8P, enumerator
|
/third_party/ffmpeg/libswresample/ |
D | audioconvert.c | 167 if (in_fmt == AV_SAMPLE_FMT_U8 || in_fmt == AV_SAMPLE_FMT_U8P) in swri_audio_convert_alloc()
|
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 97 AV_SAMPLE_FMT_U8P, enumerator
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavutils.c | 54 case AV_SAMPLE_FMT_U8P: in av_smp_format_depth()
|
D | gstavcodecmap.c | 2435 case AV_SAMPLE_FMT_U8P: in gst_ffmpeg_smpfmt_to_audioformat() 3148 } else if (*smpl_fmts == AV_SAMPLE_FMT_U8P) { in gst_ffmpeg_audioinfo_to_context()
|