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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c2212 int cc_count = p[5] & 0x1f; local
2213 if (cc_count > 0 && buf_size >= 7 + cc_count * 3) {
2215 s1->a53_caption_size = cc_count * 3;
2224 int cc_count = 0; local
2229 cc_count++;
2231 if (cc_count > 0) {
2233 s1->a53_caption_size = cc_count * 6;
2239 for (i = 0; i < cc_count; i++) {

Completed in 84 milliseconds