AV_SAMPLE_FMT_U8P  169 libavcodec/8svx.c     avctx->sample_fmt = AV_SAMPLE_FMT_U8P;
AV_SAMPLE_FMT_U8P  233 libavcodec/apedec.c         avctx->sample_fmt = AV_SAMPLE_FMT_U8P;
AV_SAMPLE_FMT_U8P  602 libavcodec/pcm.c PCM_CODEC  (PCM_S8_PLANAR,    AV_SAMPLE_FMT_U8P, pcm_s8_planar,    "PCM signed 8-bit planar");
AV_SAMPLE_FMT_U8P  192 libavcodec/shorten.c         s->avctx->sample_fmt = AV_SAMPLE_FMT_U8P;
AV_SAMPLE_FMT_U8P  148 libavcodec/takdec.c         avctx->sample_fmt = AV_SAMPLE_FMT_U8P;
AV_SAMPLE_FMT_U8P  887 libavcodec/takdec.c     case AV_SAMPLE_FMT_U8P:
AV_SAMPLE_FMT_U8P 1538 libavcodec/utils.c         [AV_SAMPLE_FMT_U8P ] = { AV_CODEC_ID_PCM_U8,    AV_CODEC_ID_PCM_U8    },
AV_SAMPLE_FMT_U8P 2823 libavcodec/wavpackenc.c     case AV_SAMPLE_FMT_U8P:
AV_SAMPLE_FMT_U8P   69 libavfilter/af_adelay.c         AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S32P,
AV_SAMPLE_FMT_U8P  205 libavfilter/af_adelay.c     case AV_SAMPLE_FMT_U8P : s->delay_channel = delay_channel_u8p ; break;
AV_SAMPLE_FMT_U8P  140 libavfilter/af_volume.c             AV_SAMPLE_FMT_U8P,
AV_SAMPLE_FMT_U8P   38 libavfilter/audio.h     AV_SAMPLE_FMT_U8P,
AV_SAMPLE_FMT_U8P  177 libavfilter/f_reverse.c         case AV_SAMPLE_FMT_U8P: {
AV_SAMPLE_FMT_U8P   96 libavformat/uncodedframecrcenc.c         case 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  170 libavresample/tests/avresample.c     AV_SAMPLE_FMT_U8P,
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   41 libavutil/samplefmt.c     [AV_SAMPLE_FMT_U8P]  = { .name =  "u8p", .bits =  8, .planar = 1, .altform = AV_SAMPLE_FMT_U8   },
AV_SAMPLE_FMT_U8P  245 libavutil/samplefmt.c                      sample_fmt == AV_SAMPLE_FMT_U8P) ? 0x80 : 0x00;
AV_SAMPLE_FMT_U8P   41 libavutil/tests/audio_fifo.c     {.format = AV_SAMPLE_FMT_U8P  , .nb_ch = 2, .data_planes = {data_U8 , data_U8 +6, }, .nb_samples_pch = 6 },
AV_SAMPLE_FMT_U8P  167 libswresample/audioconvert.c     if (in_fmt == AV_SAMPLE_FMT_U8 || in_fmt == AV_SAMPLE_FMT_U8P)
AV_SAMPLE_FMT_U8P   97 libswresample/tests/swresample.c     AV_SAMPLE_FMT_U8P,