AV_SAMPLE_FMT_U8P 170 libavcodec/8svx.c avctx->sample_fmt = AV_SAMPLE_FMT_U8P; AV_SAMPLE_FMT_U8P 231 libavcodec/apedec.c avctx->sample_fmt = AV_SAMPLE_FMT_U8P; AV_SAMPLE_FMT_U8P 551 libavcodec/pcm.c PCM_CODEC (PCM_S8_PLANAR, AV_SAMPLE_FMT_U8P, pcm_s8_planar, "PCM signed 8-bit planar"); AV_SAMPLE_FMT_U8P 182 libavcodec/shorten.c s->avctx->sample_fmt = AV_SAMPLE_FMT_U8P; AV_SAMPLE_FMT_U8P 144 libavcodec/takdec.c avctx->sample_fmt = AV_SAMPLE_FMT_U8P; AV_SAMPLE_FMT_U8P 875 libavcodec/takdec.c case AV_SAMPLE_FMT_U8P: AV_SAMPLE_FMT_U8P 3282 libavcodec/utils.c [AV_SAMPLE_FMT_U8P ] = { AV_CODEC_ID_PCM_U8, AV_CODEC_ID_PCM_U8 }, AV_SAMPLE_FMT_U8P 2837 libavcodec/wavpackenc.c case AV_SAMPLE_FMT_U8P: AV_SAMPLE_FMT_U8P 63 libavfilter/af_adelay.c AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P, AV_SAMPLE_FMT_U8P 171 libavfilter/af_adelay.c case AV_SAMPLE_FMT_U8P : s->delay_channel = delay_channel_u8p ; break; AV_SAMPLE_FMT_U8P 138 libavfilter/af_volume.c AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_U8P 38 libavfilter/audio.h AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_U8P 96 libavformat/uncodedframecrcenc.c case AV_SAMPLE_FMT_U8P: AV_SAMPLE_FMT_U8P 169 libavresample/avresample-test.c AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_U8P 51 libavresample/options.c {"u8p" , "8-bit unsigned integer planar", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_U8P }, INT_MIN, INT_MAX, PARAM, "internal_sample_fmt"}, AV_SAMPLE_FMT_U8P 35 libavutil/samplefmt.c [AV_SAMPLE_FMT_U8] = { .name = "u8", .bits = 8, .planar = 0, .altform = AV_SAMPLE_FMT_U8P }, AV_SAMPLE_FMT_U8P 40 libavutil/samplefmt.c [AV_SAMPLE_FMT_U8P] = { .name = "u8p", .bits = 8, .planar = 1, .altform = AV_SAMPLE_FMT_U8 }, AV_SAMPLE_FMT_U8P 243 libavutil/samplefmt.c sample_fmt == AV_SAMPLE_FMT_U8P) ? 0x80 : 0x00; AV_SAMPLE_FMT_U8P 145 libswresample/audioconvert.c if (in_fmt == AV_SAMPLE_FMT_U8 || in_fmt == AV_SAMPLE_FMT_U8P) AV_SAMPLE_FMT_U8P 96 libswresample/swresample-test.c AV_SAMPLE_FMT_U8P,