Home
last modified time | relevance | path

Searched defs:CONV_FUNC_GROUP (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_convert.c187 #define CONV_FUNC_GROUP(ofmt, otype, ifmt, itype, expr) \ macro
208 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, float, av_clip_int16( lrintf(*(co… in CONV_FUNC_GROUP() function