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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvb.c94 int blocktypes = 0; local
110 blocktypes = bytestream2_get_byte(&g);
112 switch(blocktypes & 0xC0){
174 blocktypes <<= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvb.c94 int blocktypes = 0; local
110 blocktypes = bytestream2_get_byte(&g);
112 switch (blocktypes & 0xC0) {
174 blocktypes <<= 2;

Completed in 306 milliseconds