Home
last modified time | relevance | path

Searched refs:AV_SAMPLE_FMT_U8P (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
D8svx.c169 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,
Dtakdec.c148 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,
Dshorten.c192 s->avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in init_offset()
813 AV_SAMPLE_FMT_U8P,
Dpcm.c602 PCM_CODEC (PCM_S8_PLANAR, AV_SAMPLE_FMT_U8P, pcm_s8_planar, "PCM signed 8-bit planar");
Dapedec.c233 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in ape_decode_init()
1642 .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
Dwavpackenc.c2823 case AV_SAMPLE_FMT_U8P: in fill_buffer()
2971 .sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_U8P,
Dutils.c1545 [AV_SAMPLE_FMT_U8P ] = { AV_CODEC_ID_PCM_U8, AV_CODEC_ID_PCM_U8 }, in av_get_pcm_codec()
/third_party/ffmpeg/libavutil/
Dsamplefmt.c35 … [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()
Dsamplefmt.h66 AV_SAMPLE_FMT_U8P, ///< unsigned 8 bits, planar enumerator
/third_party/ffmpeg/libavfilter/
Daudio.h38 AV_SAMPLE_FMT_U8P, enumerator
Daf_adelay.c69 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()
Df_reverse.c177 case AV_SAMPLE_FMT_U8P: { in reverse_samples_planar()
Daf_volume.c140 AV_SAMPLE_FMT_U8P, in query_formats()
/third_party/ffmpeg/libavformat/
Duncodedframecrcenc.c96 case AV_SAMPLE_FMT_U8P: in audio_frame_cksum()
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c41 …{.format = AV_SAMPLE_FMT_U8P , .nb_ch = 2, .data_planes = {data_U8 , data_U8 +6, }, .nb_samples_p…
/third_party/ffmpeg/libavresample/
Doptions.c51 …{"u8p" , "8-bit unsigned integer planar", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_U8P }, INT_…
/third_party/ffmpeg/libavresample/tests/
Davresample.c170 AV_SAMPLE_FMT_U8P, enumerator
/third_party/ffmpeg/libswresample/
Daudioconvert.c167 if (in_fmt == AV_SAMPLE_FMT_U8 || in_fmt == AV_SAMPLE_FMT_U8P) in swri_audio_convert_alloc()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c97 AV_SAMPLE_FMT_U8P, enumerator
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c54 case AV_SAMPLE_FMT_U8P: in av_smp_format_depth()
Dgstavcodecmap.c2435 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()