Searched defs:right (Results 1 - 23 of 23) sorted by relevance

/hardware/qcom/display/libtilerenderer/
H A Dtilerenderer.cpp37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
49 right = width;
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.cpp228 float right)
232 return out->legacy_out->setVolume(left, right);
227 out_set_volume(struct audio_stream_out *stream, float left, float right) argument
/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
H A Daudio_hw_hal.cpp250 float right)
254 return out->qcom_out->setVolume(left, right);
249 out_set_volume(struct audio_stream_out *stream, float left, float right) argument
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_display.c411 int right = x+dx; local
415 for (i = left; i < right; i++) {
421 buf[i*buf_w+right] = 0xff;
/hardware/qcom/camera/inc/
H A Domx_jpeg_ext.h113 int32_t right; member in struct:omx_jpeg_region
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp153 ssize_t right,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
187 if ( left >= right ) {
188 CAMHAL_LOGEA("Camera area left larger than right");
212 ssize_t top, left, bottom, right, weight; local
262 CAMHAL_LOGEA("Parsing of the right are
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h65 int right; member in struct:hwc_rect
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c185 float right)
184 out_set_volume(struct audio_stream_out *stream, float left, float right) argument
/hardware/libhardware/modules/audio/
H A Daudio_hw.c99 float right)
98 out_set_volume(struct audio_stream_out *stream, float left, float right) 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/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp224 float right)
223 out_set_volume(struct audio_stream_out *stream, float left, float right) argument
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.h251 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } argument
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp161 l->sourceCrop.right,
165 l->displayFrame.right,
196 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; }
212 crop->right = crop->left + w_orig;
347 (layer.displayFrame.right % pixel_alignment) == 0;
735 layer.sourceCrop.right < 0 ||
749 int right = min(layer.displayFrame.right, pdev->xres); local
751 return (right - left) * bpp / 8;
798 return !(r1.left > r2.right ||
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h136 ssize_t right,
140 mRight(right),
175 ssize_t right,
365 ssize_t right; member in struct:android::CameraHalEvent::FaceData_t
133 CameraArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, size_t weight) argument
/hardware/qcom/camera/
H A DQualcommCameraHardware.cpp667 int right = country_number - 1;
668 while (left <= right) {
669 int index = (left + right) >> 1;
673 right = index - 1;
1081 int left, right, top, bottom, weight; local
1098 right = areaValues[2];
1108 // right should <= 1000
1109 if(!(right <= 1000))
1118 // left should < right
1119 if(!(left < right))
[all...]

Completed in 333 milliseconds