Searched refs:AV_SAMPLE_FMT_U8P (Results 1 - 19 of 19) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | 8svx.c | 172 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in eightsvx_decode_init() 200 .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P, 216 .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
|
H A D | takdec.c | 149 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in set_bps_params() 891 case AV_SAMPLE_FMT_U8P: in tak_decode_frame() 955 .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
|
H A D | shorten.c | 193 s->avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in init_offset() 821 AV_SAMPLE_FMT_U8P,
|
H A D | pcm.c | 615 PCM_CODEC (PCM_S8_PLANAR, AV_SAMPLE_FMT_U8P, pcm_s8_planar, "PCM signed 8-bit planar");
|
H A D | utils.c | 581 [AV_SAMPLE_FMT_U8P ] = { AV_CODEC_ID_PCM_U8, AV_CODEC_ID_PCM_U8 }, in av_get_pcm_codec()
|
H A D | apedec.c | 252 avctx->sample_fmt = AV_SAMPLE_FMT_U8P; in ape_decode_init() 1694 .p.sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_U8P,
|
H A D | wavpackenc.c | 2827 case AV_SAMPLE_FMT_U8P: in fill_buffer() 2975 .p.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_U8P,
|
/third_party/ffmpeg/libavutil/ |
H A D | samplefmt.c | 37 [AV_SAMPLE_FMT_U8] = { .name = "u8", .bits = 8, .planar = 0, .altform = AV_SAMPLE_FMT_U8P }, 43 [AV_SAMPLE_FMT_U8P] = { .name = "u8p", .bits = 8, .planar = 1, .altform = AV_SAMPLE_FMT_U8 }, 254 sample_fmt == AV_SAMPLE_FMT_U8P) ? 0x80 : 0x00; in av_samples_set_silence()
|
H A D | samplefmt.h | 63 AV_SAMPLE_FMT_U8P, ///< unsigned 8 bits, planar enumerator
|
/third_party/ffmpeg/libavresample/ |
H A D | options.c | 51 {"u8p" , "8-bit unsigned integer planar", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_U8P }, INT_MIN, INT_MAX, PARAM, "internal_sample_fmt"},
|
/third_party/ffmpeg/libavformat/ |
H A D | uncodedframecrcenc.c | 97 case AV_SAMPLE_FMT_U8P: in audio_frame_cksum()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adelay.c | 249 case AV_SAMPLE_FMT_U8P : s->delay_channel = delay_channel_u8p ; in config_input() 459 FILTER_SAMPLEFMTS(AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P,
|
H A D | avf_abitscope.c | 75 AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_S64P, in query_formats() 240 case AV_SAMPLE_FMT_U8P: in filter_frame()
|
H A D | f_reverse.c | 155 case AV_SAMPLE_FMT_U8P: { in reverse_samples_planar()
|
H A D | af_volume.c | 138 AV_SAMPLE_FMT_U8P, in query_formats()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | audio_fifo.c | 42 {.format = AV_SAMPLE_FMT_U8P , .nb_ch = 2, .data_planes = {data_U8 , data_U8 +6, }, .nb_samples_pch = 6 },
|
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 170 AV_SAMPLE_FMT_U8P,
|
/third_party/ffmpeg/libswresample/tests/ |
H A D | swresample.c | 97 AV_SAMPLE_FMT_U8P,
|
/third_party/ffmpeg/libswresample/ |
H A D | audioconvert.c | 167 if (in_fmt == AV_SAMPLE_FMT_U8 || in_fmt == AV_SAMPLE_FMT_U8P) in swri_audio_convert_alloc()
|
Completed in 19 milliseconds