Home
last modified time | relevance | path

Searched refs:AV_SAMPLE_FMT_S64P (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dsamplefmt.h69 AV_SAMPLE_FMT_S64P, ///< signed 64 bits, planar enumerator
H A Dsamplefmt.c40 [AV_SAMPLE_FMT_S64] = { .name = "s64", .bits = 64, .planar = 0, .altform = AV_SAMPLE_FMT_S64P },
46 [AV_SAMPLE_FMT_S64P] = { .name = "s64p", .bits = 64, .planar = 1, .altform = AV_SAMPLE_FMT_S64 },
/third_party/ffmpeg/libavfilter/
H A Davf_abitscope.c75 AV_SAMPLE_FMT_U8P, AV_SAMPLE_FMT_S64P, in query_formats()
251 case AV_SAMPLE_FMT_S64P: in filter_frame()
H A Df_reverse.c173 case AV_SAMPLE_FMT_S64P: { in reverse_samples_planar()
H A Daf_astats.c603 case AV_SAMPLE_FMT_S64P: in filter_channel()
848 AV_SAMPLE_FMT_S64, AV_SAMPLE_FMT_S64P,
/third_party/ffmpeg/libavcodec/
H A Dutils.c584 [AV_SAMPLE_FMT_S64P] = { AV_CODEC_ID_PCM_S64LE, AV_CODEC_ID_PCM_S64BE }, in av_get_pcm_codec()
/third_party/ffmpeg/libswresample/
H A Dswresample.c345 &&s->int_sample_fmt != AV_SAMPLE_FMT_S64P in swr_init()

Completed in 8 milliseconds