Searched refs:output (Results 1 - 25 of 97) sorted by relevance

1234

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp93 DrmOutput *output = &mOutputs[outputIndex]; local
121 output->connector = connector;
122 output->connected = true;
127 output->encoder = drmModeGetEncoder(mDrmFd, connector->encoder_id);
128 if (!output->encoder) {
133 if (!output->encoder) {
148 output->encoder = encoder;
155 if (!output->encoder) {
161 if (output->encoder->crtc_id) {
163 output
266 DrmOutput *output= &mOutputs[outputIndex]; local
310 DrmOutput *output= &mOutputs[outputIndex]; local
428 DrmOutput *output= &mOutputs[outputIndex]; local
460 DrmOutput *output= &mOutputs[outputIndex]; local
480 DrmOutput *output= &mOutputs[outputIndex]; local
500 int output = getOutputIndex(device); local
516 int output = getOutputIndex(device); local
564 DrmOutput *output = &mOutputs[index]; local
593 DrmOutput *output= &mOutputs[outputIndex]; local
614 DrmOutput *output = &mOutputs[index]; local
715 DrmOutput *output= &mOutputs[outputIndex]; local
743 DrmOutput *output= &mOutputs[outputIndex]; local
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp93 DrmOutput *output = &mOutputs[outputIndex]; local
121 output->connector = connector;
122 output->connected = true;
127 output->encoder = drmModeGetEncoder(mDrmFd, connector->encoder_id);
128 if (!output->encoder) {
133 if (!output->encoder) {
148 output->encoder = encoder;
155 if (!output->encoder) {
161 if (output->encoder->crtc_id) {
163 output
262 DrmOutput *output= &mOutputs[outputIndex]; local
306 DrmOutput *output= &mOutputs[outputIndex]; local
424 DrmOutput *output= &mOutputs[outputIndex]; local
448 DrmOutput *output= &mOutputs[outputIndex]; local
463 int output = getOutputIndex(device); local
475 int output = getOutputIndex(device); local
523 DrmOutput *output = &mOutputs[index]; local
553 DrmOutput *output= &mOutputs[outputIndex]; local
574 DrmOutput *output = &mOutputs[index]; local
676 DrmOutput *output= &mOutputs[outputIndex]; local
704 DrmOutput *output= &mOutputs[outputIndex]; local
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.c51 #define INIT_OUTPUT_PRIV psb_android_output_p output = (psb_android_output_p)(((psb_driver_data_p)ctx->pDriverData)->ws_priv)
90 psb_android_output_p output = calloc(1, sizeof(psb_android_output_s)); local
94 if (output == NULL) {
98 memset(output, 0, sizeof(psb_android_output_s));
101 output->screen_width = 800;
102 output->screen_height = 480;
112 output->screen_width = vinfo.xres;
113 output->screen_height = vinfo.yres;
131 return (unsigned char *)output;
138 //psb_android_output_p output
[all...]
H A Dpsb_android_glue.cpp57 void init_mds_listener(void* output) { argument
58 psb_android_output_p aoutput = (psb_android_output_p)output;
67 void deinit_mds_listener(void* output) { argument
68 psb_android_output_p aoutput = (psb_android_output_p)output;
79 int psb_android_get_mds_mode(void* output) { argument
80 if (output == NULL)
82 psb_android_output_p aoutput = (psb_android_output_p)output;
92 int psb_android_get_mds_decoder_output_resolution(void* output, argument
96 if (output == NULL ||
101 psb_android_output_p aoutput = (psb_android_output_p)output;
112 psb_android_get_mds_vpp_state(void* output) argument
[all...]
H A Dpsb_HDMIExtMode.h83 VAStatus psb_HDMIExt_get_prop(psb_android_output_p output, unsigned short *xres, unsigned short *yres);
85 psb_hdmi_mode psb_HDMIExt_get_mode(psb_android_output_p output);
88 psb_HDMIExt_info_p psb_HDMIExt_init(VADriverContextP ctx, psb_android_output_p output);
89 VAStatus psb_HDMIExt_deinit(psb_android_output_p output);
H A Dpsb_HDMIExtMode.c36 VAStatus psb_HDMIExt_get_prop(psb_android_output_p output, argument
39 psb_HDMIExt_info_p psb_HDMIExt_info = (psb_HDMIExt_info_p)output->psb_HDMIExt_info;
52 psb_hdmi_mode psb_HDMIExt_get_mode(psb_android_output_p output) argument
54 psb_HDMIExt_info_p psb_HDMIExt_info = (psb_HDMIExt_info_p)output->psb_HDMIExt_info;
131 psb_HDMIExt_info_p psb_HDMIExt_init(VADriverContextP ctx, psb_android_output_p output) argument
223 VAStatus psb_HDMIExt_deinit(psb_android_output_p output) argument
225 psb_HDMIExt_info_p psb_HDMIExt_info = (psb_HDMIExt_info_p)output->psb_HDMIExt_info;
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c44 #define INIT_OUTPUT_PRIV psb_x11_output_p output = (psb_x11_output_p)(((psb_driver_data_p)ctx->pDriverData)->ws_priv)
62 static int GetPortId(VADriverContextP ctx, psb_x11_output_p output) argument
98 output->textured_portID = info[i].base_id + k;
101 output->overlay_portID = info[i].base_id + k;
112 if ((output->textured_portID == 0) && (output->overlay_portID == 0)) {
121 VAStatus psb_init_xvideo(VADriverContextP ctx, psb_x11_output_p output) argument
130 output->textured_portID = output->overlay_portID = 0;
131 if (GetPortId(ctx, output)) {
[all...]
H A Dpsb_x11.c49 #define INIT_OUTPUT_PRIV psb_x11_output_p output = (psb_x11_output_p)(((psb_driver_data_p)ctx->pDriverData)->ws_priv)
269 psb_x11_output_p output = calloc(1, sizeof(psb_x11_output_s)); local
271 if (output == NULL) {
283 return output;
286 psb_init_xvideo(ctx, output);
288 output->output_drawable = 0;
289 output->extend_drawable = 0;
290 output->pClipBoxList = NULL;
291 output->ui32NumClipBoxList = 0;
292 output
[all...]
H A Dpsb_coverlay.c50 #define INIT_OUTPUT_PRIV psb_x11_output_p output = (psb_x11_output_p)(((psb_driver_data_p)ctx->pDriverData)->ws_priv)
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
511 XPutImage(ctx->native_dpy, output->extend_drawable, output->extend_gc, ximg,
541 if (output->frame_count % 500 == 0 || driver_data->xrandr_update) {
543 if (output->pClipBoxList)
544 psb_x11_freeWindowClipBoxList(output->pClipBoxList);
546 ret = psb_x11_createWindowClipBoxList(ctx->native_dpy, draw, &output
[all...]
H A Dpsb_ctexture.c52 #define INIT_OUTPUT_PRIV psb_x11_output_p output = (psb_x11_output_p)(((psb_driver_data_p)ctx->pDriverData)->ws_priv)
71 output->extend_drawable = (Window)psb_xrandr_create_full_screen_window(destx, desty, destw, desth);
72 if (!output->extend_drawable) {
73 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to create drawable for extend display # %d\n", __func__, output->extend_drawable);
81 texture_priv->extend_dri_drawable = dri_get_drawable(ctx, output->extend_drawable);
275 if (output->output_drawable != draw) {
276 output->output_drawable = draw;
331 ret = psb_dri_init(ctx, output->output_drawable);
339 if (output->extend_drawable) {
340 XDestroyWindow(ctx->native_dpy, output
[all...]
/hardware/google/apf/
H A Dapf_run.c27 // Parses hex in "input". Allocates and fills "*output" with parsed bytes.
28 // Returns length in bytes of "*output".
29 int parse_hex(char* input, uint8_t** output) { argument
36 *output = malloc(length);
37 if (*output == NULL) {
44 (*output)[i] = strtol(byte, &end_ptr, 16);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.h41 // report (including input output and feature) grouped by full usage
91 int type; // feature, input or output
125 bool decode(uint32_t input, double *output) const {
126 if (output == nullptr) {
133 *output = (s + b) * a;
137 bool encode(double input, uint32_t *output) const {
138 if (output == nullptr) {
145 *output = static_cast<uint32_t>(static_cast<int64_t>(input) & rawMask());
165 // this is the input output unit with HID hardware
/hardware/qcom/audio/post_proc/
H A Dbass_boost.h52 int bassboost_start(effect_context_t *context, output_context_t *output);
54 int bassboost_stop(effect_context_t *context, output_context_t *output);
H A Dequalizer.h56 int equalizer_start(effect_context_t *context, output_context_t *output);
58 int equalizer_stop(effect_context_t *context, output_context_t *output);
H A Dvirtualizer.h52 int virtualizer_start(effect_context_t *context, output_context_t *output);
54 int virtualizer_stop(effect_context_t *context, output_context_t *output);
H A Dbundle.h42 /* list of effects attached to this output */
59 int (*start)(effect_context_t *context, output_context_t *output);
60 int (*stop)(effect_context_t *context, output_context_t *output);
78 /* io handle of the output the effect is attached to */
H A Dreverb.h79 int reverb_start(effect_context_t *context, output_context_t *output);
81 int reverb_stop(effect_context_t *context, output_context_t *output);
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp404 std::stringstream output; local
406 output << "-- HWC2On1Adapter --\n";
408 output << "Adapting to a HWC 1." << static_cast<int>(mHwc1MinorVersion) <<
418 output << "Capabilities: None\n";
420 output << "Capabilities:\n";
422 output << " " << to_string(capability) << '\n';
426 output << "Displays:\n";
429 output << display->dump();
431 output << '\n';
438 output << "HWC
1481 std::stringstream output; local
1503 std::stringstream output; local
1513 std::stringstream output; local
1535 std::stringstream output; local
1596 std::stringstream output; local
1619 std::stringstream output; local
1757 std::string output; local
2164 std::stringstream output; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.h31 float output; member in struct:__anon1072
94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h31 float output; member in struct:__anon1083
94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
/hardware/libhardware/include/hardware/
H A Daudio_policy.h51 * the activity and configuration of audio input and output streams.
62 * created: Those queries return a handler on an output that has been
68 * reconfigure the output depending on other streams using this output and
75 * output as a function of platform specific settings and current output
129 /* request an output appropriate for playback of the supplied stream type and
139 /* indicates to the audio policy manager that the output starts being used
142 audio_io_handle_t output,
146 /* indicates to the audio policy manager that the output stop
[all...]
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmdss_rotator.h56 struct mdp_rotation_buf_info output; member in struct:mdp_rotation_config
69 struct mdp_layer_buffer output; member in struct:mdp_rotation_item
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmdss_rotator.h81 struct mdp_rotation_buf_info output; member in struct:mdp_rotation_config
100 /* The output buffer for the request */
101 struct mdp_layer_buffer output; member in struct:mdp_rotation_item
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyInterface.h38 // configuration of audio input and output streams.
46 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that
49 // to close or reconfigure the output depending on other streams using this output and current system state.
52 // applicable to each output as a function of platform specific settings and current output route (destination device). It
91 // request an output appropriate for playback of the supplied stream type and parameters
98 // indicates to the audio policy manager that the output starts being used by corresponding stream.
99 virtual status_t startOutput(audio_io_handle_t output,
102 // indicates to the audio policy manager that the output stop
[all...]
H A DAudioPolicyManagerBase.h95 virtual status_t startOutput(audio_io_handle_t output,
98 virtual status_t stopOutput(audio_io_handle_t output,
101 virtual void releaseOutput(audio_io_handle_t output);
128 // return the enabled output devices for the given stream type
195 Vector <IOProfile *> mOutputProfiles; // output profiles exposed by this module
199 // the IOProfile class describes the capabilities of an output or input stream.
201 // It is used by the policy manager to determine if an output or input is suitable for
220 // indicates the supported parameters should be read from the output stream
225 audio_devices_t mSupportedDevices; // supported devices (devices this output can be
227 audio_output_flags_t mFlags; // attribute flags (e.g primary output,
[all...]

Completed in 3236 milliseconds

1234