/external/autotest/client/cros/multimedia/ |
audio_extension_handler.py | 97 @returns: (output_id, input_id) where output_id and input_id are 139 output_id, _ = self._get_active_id() 140 logging.debug('output_id: %s', output_id) 151 % (output_id, volume)) 166 output_id, _ = self._get_active_id() 167 logging.debug('output_id: %s', output_id) 180 % (output_id, is_muted_string) [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_xrandr.c | 107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop); 109 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: XRRListOutputProperties failed\n", psb_xrandr_info->extend_output->output_id); 113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, nprop); 116 XRRGetOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i], 120 propinfo = XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i]); 122 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]); 459 p_output->output_id = psb_xrandr_info->res->outputs[i]; [all...] |
psb_xrandr.h | 124 RROutput output_id; member in struct:_psb_xrandr_output_s
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
delay_test.cc | 167 void OpenOutFile(const char* output_id) {
|
/device/asus/fugu/kernel-headers/linux/ |
psb_drm.h | 281 int output_id; member in struct:drm_psb_dpst_lut_arg [all...] |
/device/asus/fugu/original-kernel-headers/linux/ |
psb_drm.h | 323 int output_id; member in struct:drm_psb_dpst_lut_arg [all...] |