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

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_treewriter.c37 unsigned int left, right; local
45 right = num_events[-tree[i + 1]];
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
50 branch_ct[i >> 1][1] = right;
51 return left + right;
/hardware/qcom/display/msm8960/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/tests/hwc/
H A Dtest-arrows.c79 int right = (w / 4) * 3; local
86 vtx[4] = right;
89 vtx[6] = right;
91 vtx[8] = right;
H A Dcnativewindow.c155 int right = buf->width; local
167 dl->sourceCrop.right = right;
171 dl->displayFrame.right = right;
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c108 const MODE_INFO *right = NULL; local
124 right = here + 1;
126 GET_MV_SIGN(right)
153 right = here + 1;
155 GET_MV(right)
H A Dmcomp.c216 unsigned int left, right, up, down, diag; local
276 CHECK_BETTER(right, tr, tc + 2);
280 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
314 CHECK_BETTER(right, tr, tc + 1);
318 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2);
372 int left, right, up, down, diag; local
404 /* go left then right and check error */
420 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
422 if (right < bestmse)
425 bestmse = right;
683 int left, right, up, down, diag; local
[all...]
/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
/hardware/qcom/display/msm8974/libqdutils/
H A Dmdp_version.h84 int right() { return mRight; } function in struct:qdutils::Split
105 int getRightSplit() { return mSplit.right(); }
/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp151 ssize_t right,
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
180 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
181 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
185 if ( left >= right ) {
186 CAMHAL_LOGEA("Camera area left larger than right");
210 ssize_t top, left, bottom, right, weight; local
260 CAMHAL_LOGEA("Parsing of the right are
148 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
[all...]
/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/qcom/display/msm8084/libqdutils/
H A Dmdp_version.h91 int right() { return mRight; } function in struct:qdutils::Split
131 int getRightSplit() { return mSplit.right(); }
/hardware/qcom/display/msm8226/libqdutils/
H A Dmdp_version.h91 int right() { return mRight; } function in struct:qdutils::Split
131 int getRightSplit() { return mSplit.right(); }
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.h221 int left, top, right, bottom; member in struct:blit_rect
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c35 int right = 0, copy; local
42 right = x + b_w - w;
44 if (right > b_w)
45 right = b_w;
47 copy = b_w - left - right;
55 if (right)
56 memset(dst + left + copy, ref_row[w - 1], right);
350 // Get reference block bottom right coordinate.
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h53 int right; member in struct:hwc_rect
60 float right; member in struct:hwc_frect
/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.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/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c572 float right)
576 UNUSED_PARAMETER(right);
571 out_set_volume(struct audio_stream_out *stream, float left, float right) argument
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c377 static int out_set_volume(struct audio_stream_out *stream, float left, float right) argument

Completed in 602 milliseconds

12