Searched defs:left (Results 1 - 25 of 29) sorted by relevance

12

/hardware/qcom/display/libtilerenderer/
H A Dtilerenderer.cpp36 int left, int top,
46 if (!left && !right && !top && !bottom) {
47 left = 0;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h91 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
H A DAudioHardwareGeneric.h55 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
H A DAudioHardwareStub.h38 virtual status_t setVolume(float left, float right) { return NO_ERROR; } argument
H A DAudioDumpInterface.cpp339 status_t AudioStreamOutDump::setVolume(float left, float right) argument
341 if (mFinalStream != 0 ) return mFinalStream->setVolume(left, right);
H A Daudio_hw_hal.cpp227 static int out_set_volume(struct audio_stream_out *stream, float left, argument
232 return out->legacy_out->setVolume(left, right);
/hardware/msm7k/libaudio-qdsp5v2/
H A DAudioHardware.h112 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
/hardware/qcom/audio/alsa_sound/
H A DAudioStreamOutALSA.cpp71 status_t AudioStreamOutALSA::setVolume(float left, float right) argument
77 volume = (left + right) / 2;
H A DALSAMixer.cpp305 status_t ALSAMixer::setVolume(uint32_t device, float left, float right) argument
317 long vol = minVol + left * (maxVol - minVol);
H A Daudio_hw_hal.cpp249 static int out_set_volume(struct audio_stream_out *stream, float left, argument
254 return out->qcom_out->setVolume(left, right);
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_display.c410 int left = x; local
415 for (i = left; i < right; i++) {
420 buf[i*buf_w+left] = 0xff;
484 e->src_rect.x = crop->c.left;
/hardware/qcom/camera/inc/
H A Domx_jpeg_ext.h96 int left; member in struct:omx_jpeg_thumbnail
111 int32_t left; member in struct:omx_jpeg_region
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp123 size_t &left,
139 left = ( mLeft + hRange / 2 ) * hScale;
143 areaWidth -= left;
151 ssize_t left,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
187 if ( left >
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
212 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h63 int left; member in struct:hwc_rect
134 /* area of the source to consider, the origin is the top-left corner of
140 * top-left corner of the screen.
145 * top-left corner of the screen.
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c184 static int out_set_volume(struct audio_stream_out *stream, float left, argument
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c431 S32 left; local
437 left = recvfrom(pIpcEventChild->STA_socket, buf, sizeof(buf), MSG_DONTWAIT,
439 if (left < 0)
448 while (left >= sizeof(*h))
454 if (len > left || plen < 0) {
455 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - IpcEvent_Handle_STA_Event - Malformed netlink message: len=%d left=%d plen=%d",
456 len, left, plen);
468 left -= len;
472 if (left > 0)
475 left);
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c98 static int out_set_volume(struct audio_stream_out *stream, float left, argument
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp545 int left, int top, int right, int bottom) {
552 android_native_rect_t crop = { left, top, right, bottom };
544 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) argument
/hardware/msm7k/libaudio/
H A DAudioHardware.h174 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp587 size_t top, left, width, height, weight; local
696 size_t top, left, width, height, weight; local
1546 CAMHAL_LOGDB("Metering area %d : top = %d left = %d width = %d height = %d prio = %d",
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp223 static int out_set_volume(struct audio_stream_out *stream, float left, argument
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.h251 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera_interface.h67 int32_t left; member in struct:__anon494
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_interface2.h78 int32_t left; member in struct:__anon758
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c645 int left; local
653 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
655 if (left < 0) {
662 while (left >= (int) sizeof(*h)) {
667 if (len > left || plen < 0) {
669 "len=%d left=%d plen=%d",
670 len, left, plen);
686 left -= len;
690 if (left > 0) {
692 "message", left);
[all...]

Completed in 419 milliseconds

12