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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsdp.c368 uint8_t config_byte[6]; local
380 config_byte[0] = 0x40;
381 config_byte[1] = 0;
382 config_byte[2] = 0x20 | rate_index;
383 config_byte[3] = c->channels << 4;
384 config_byte[4] = 0x3f;
385 config_byte[5] = 0xc0;
392 ff_data_to_hex(config, config_byte, 6, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsdp.c357 uint8_t config_byte[6]; local
369 config_byte[0] = 0x40;
370 config_byte[1] = 0;
371 config_byte[2] = 0x20 | rate_index;
372 config_byte[3] = c->channels << 4;
373 config_byte[4] = 0x3f;
374 config_byte[5] = 0xc0;
381 ff_data_to_hex(config, config_byte, 6, 1);

Completed in 41 milliseconds