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

12

/hardware/qcom/display/msm8960/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/qcom/display/msm8x26/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/tests/hwc/
H A Dtest-arrows.c77 int left = w / 4; local
82 vtx[0] = left;
84 vtx[2] = left;
93 vtx[10] = left;
/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/qcom/audio/legacy/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/display/msm8974/libqdutils/
H A Dmdp_version.h83 int left() { return mLeft; } function in struct:qdutils::Split
104 int getLeftSplit() { return mSplit.left(); }
/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.h51 int left; member in struct:hwc_rect
58 float left; member in struct:hwc_frect
158 /* area of the source to consider, the origin is the top-left corner of
173 * top-left corner of the screen.
178 * 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/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.cpp547 int left, int top, int right, int bottom) {
554 android_native_rect_t crop = { left, top, right, bottom };
546 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) 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.cpp221 static int out_set_volume(struct audio_stream_out *stream, float left, argument
/hardware/qcom/audio/hal/
H A Daudio_hw.c1382 static int out_set_volume(struct audio_stream_out *stream, float left, argument
1389 /* only take left channel into account: the API is for stereo anyway */
1390 out->muted = (left == 0.0f);
1403 volume[0] = (int)(left * COMPRESS_PLAYBACK_VOLUME_MAX);
/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...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp160 l->sourceCrop.left,
164 l->displayFrame.left,
197 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; }
227 crop->left = (w - w_orig) / 2;
229 crop->right = crop->left + w_orig;
357 return (layer.displayFrame.left % pixel_alignment) == 0 &&
412 (!rot90or270 || layer.sourceCrop.left % 2 == 0);
661 cfg.x = layer.displayFrame.left;
690 sd_crop.rect.left = cfg.x;
767 return layer.displayFrame.left > pde
781 int left = max(layer.displayFrame.left, 0); local
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h487 uint32_t left; member in struct:vdec_framesize
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h528 uint32_t left; member in struct:vdec_framesize
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h487 uint32_t left; member in struct:vdec_framesize

Completed in 2426 milliseconds

12