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

123

/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/intel/img/psb_video/src/android/
H A Dpsb_gralloc.cpp59 int usage, int left, int top, int width, int height,
74 left, top, width, height,
78 .left = left,
58 gralloc_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) 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);
/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);
/hardware/qcom/gps/msm8998/core/
H A DLocAdapterBase.h44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) { argument
45 return left.id < right.id || (left.id == right.id && left.client < right.client);
47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) { argument
48 return left.id == right.id && left.client == right.client;
50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) { argument
51 return left.id != right.id || left
[all...]
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound_fm.h49 unsigned char left; member in struct:snd_dm_fm_voice
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound_fm.h60 unsigned char left; /* stereo left */ member in struct:snd_dm_fm_voice
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp155 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
172 ETRACE("Not enough data to copy NALU header for %d, left = %d, header len = %d", i, sizeLeft, pNaluInfo->naluHeaderLen);
354 uint32_t left = 0, data = 0, phase = 0; local
365 left = length;
370 while ((left > 0) && (phase < 3)) {
373 while (left > 3) {
382 left -=4;
391 if (left > 0) {
406 left--;
410 if ((left >
455 int32_t naluOffset, offset, left; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp158 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
176 ETRACE("Not enough data to copy NALU header for %d, left = %d, header len = %d", i, sizeLeft, pNaluInfo->naluHeaderLen);
357 uint32_t left = 0, data = 0, phase = 0; local
368 left = length;
373 while ((left > 0) && (phase < 3)) {
376 while (left > 3) {
385 left -=4;
394 if (left > 0) {
409 left--;
413 if ((left >
458 int32_t naluOffset, offset, left; local
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp86 int left, int top, int width, int height, void** vaddr) {
98 .left = left,
85 gfx_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h62 float left; member in struct:hwc_frect
69 int left; member in struct:hwc_rect
/hardware/qcom/display/msm8084/libqdutils/
H A Dmdp_version.h90 int left() { return mLeft; } function in struct:qdutils::Split
98 int mLeftAlign; // ROI left alignment restriction
130 int getLeftSplit() { return mSplit.left(); }
/hardware/qcom/display/msm8226/libqdutils/
H A Dmdp_version.h90 int left() { return mLeft; } function in struct:qdutils::Split
98 int mLeftAlign; // ROI left alignment restriction
130 int getLeftSplit() { return mSplit.left(); }
/hardware/qcom/display/msm8994/libgralloc/
H A Dmapper.cpp579 auto left = va_arg(args, int); local
596 left, top, width, height, &ycbcr);
/hardware/qcom/display/msm8996/libgralloc/
H A Dmapper.cpp630 auto left = va_arg(args, int); local
647 left, top, width, height, &ycbcr);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h204 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect
211 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
214 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
256 //!< top-left corner of the screen.
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_stack.h266 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect
273 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
276 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
318 //!< top-left corner of the screen.
/hardware/interfaces/audio/2.0/default/
H A DStreamOut.cpp285 Return<Result> StreamOut::setVolume(float left, float right) { argument
289 if (!isGainNormalized(left)) {
290 ALOGW("Can not set a stream output volume {%f, %f} outside [0,1]", left,
295 mStream->set_volume(mStream, left, right));
/hardware/libhardware/modules/audio/
H A Daudio_hw.c112 static int out_set_volume(struct audio_stream_out *stream, float left, argument
115 ALOGV("out_set_volume: Left:%f Right:%f", left, right);
/hardware/qcom/display/msm8909/libqdutils/
H A Dmdp_version.h80 int left() { return mLeft; } function in struct:qdutils::Split
88 int mLeftAlign; // ROI left alignment restriction
124 int getLeftSplit() { return mSplit.left(); }

Completed in 587 milliseconds

123