OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_streams
(Results
1 - 8
of
8
) sorted by null
/device/asus/fugu/kernel-headers/linux/sound/
intel_sst_ioctl.h
34
__u32
max_streams
;
member in struct:snd_sst_driver_info
/device/asus/fugu/original-kernel-headers/linux/sound/
intel_sst_ioctl.h
46
__u32
max_streams
;
member in struct:snd_sst_driver_info
/external/webrtc/talk/media/webrtc/
simulcast.h
65
std::vector<webrtc::VideoStream> GetSimulcastConfig(size_t
max_streams
,
simulcast.cc
188
size_t
max_streams
,
195
if (simulcast_layers >
max_streams
) {
199
if (!SlotSimulcastMaxResolution(
max_streams
, &width, &height)) {
202
simulcast_layers =
max_streams
;
/external/kernel-headers/original/uapi/linux/usb/
ch9.h
632
int
max_streams
;
local
637
max_streams
= comp->bmAttributes & 0x1f;
639
if (!
max_streams
)
642
max_streams
= 1 <<
max_streams
;
644
return
max_streams
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
ch9.h
613
int
max_streams
;
local
618
max_streams
= comp->bmAttributes & 0x1f;
620
if (!
max_streams
)
623
max_streams
= 1 <<
max_streams
;
625
return
max_streams
;
/external/google-breakpad/src/google_breakpad/processor/
minidump.h
873
static void set_max_streams(uint32_t
max_streams
) {
874
max_streams_ =
max_streams
;
876
static uint32_t
max_streams
() { return max_streams_; }
function in class:google_breakpad::Minidump
[
all
...]
/hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h
60
__u16
max_streams
;
member in struct:snd_sst_mix_info
Completed in 257 milliseconds