Home
last modified time | relevance | path

Searched refs:highest_decoded_channel (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dalsdec.c240 int highest_decoded_channel; member
1698 ctx->highest_decoded_channel = c; in read_frame_data()
1768 ctx->highest_decoded_channel = FFMAX(ctx->highest_decoded_channel, c); in read_frame_data()
1825 ctx->highest_decoded_channel = -1; in decode_frame()
1831 if (ctx->highest_decoded_channel == -1) { in decode_frame()