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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsdp.c339 int profile_level = 0x2B; local
346 profile_level = 0x28; // AAC Profile, Level 1
349 profile_level = 0x29; // AAC Profile, Level 2
351 profile_level = 0x2A; // AAC Profile, Level 4
355 profile_level = 0x2B; // AAC Profile, Level 5
359 return profile_level;
H A Dmov.c1111 uint8_t profile_level; local
1121 profile_level = avio_r8(pb);
1122 if ((profile_level & 0xf0) != 0xc0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsdp.c328 int profile_level = 0x2B; local
335 profile_level = 0x28; // AAC Profile, Level 1
338 profile_level = 0x29; // AAC Profile, Level 2
340 profile_level = 0x2A; // AAC Profile, Level 4
344 profile_level = 0x2B; // AAC Profile, Level 5
348 return profile_level;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dserver.c842 static char *profile_level = NULL; local
855 {"profiling-level", 'P', POPT_ARG_STRING, &profile_level, 0, "Set profiling level","PROFILE_LEVEL"},
1011 if (profile_level != NULL) {
1012 int pl = atoi(profile_level);
1015 DEBUG(1, ("setting profiling level: %s\n",profile_level));

Completed in 191 milliseconds