Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca_xll.c1070 static int copy_to_pbr(DCAXllDecoder *s, const uint8_t *data, int size, int delay) in copy_to_pbr() function
1099 if ((ret = copy_to_pbr(s, data, size, asset->xll_delay_nframes)) < 0) in parse_frame_no_pbr()
1116 if ((ret = copy_to_pbr(s, data + s->frame_size, size - s->frame_size, 0)) < 0) in parse_frame_no_pbr()