Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 28) sorted by relevance

12

/hardware/ti/omap4xxx/camera/
DCameraHalUtilClasses.cpp153 ssize_t right, in checkArea() argument
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea()
182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) { in checkArea()
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right ); in checkArea()
187 if ( left >= right ) { in checkArea()
212 ssize_t top, left, bottom, right, weight; in parseAreas() local
268 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas()
300 ret = checkArea(top, left, bottom, right, weight); in parseAreas()
305 currentArea = new CameraArea(top, left, bottom, right, weight); in parseAreas()
310 ( int ) right, in parseAreas()
DANativeWindowDisplayAdapter.cpp633 bounds.right = width; in allocateBuffer()
1207 bounds.right = mFrameWidth; in handleFrameReturn()
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp62 l->sourceCrop.right, in dump_layer()
66 l->displayFrame.right, in dump_layer()
/hardware/ti/omap4xxx/libI420colorconvert/
DColorConvert.cpp33 int dstWidth = srcRect.right - srcRect.left + 1; in convertDecoderOutputToI420()
101 encoderRect->right = actualWidth - 1; in getEncoderInputBufferInfo()
/hardware/libhardware/include/hardware/
Dhwcomposer.h86 int right; member
Dcamera2.h61 int left, int top, int right, int bottom);
Dcamera.h81 int left, int top, int right, int bottom);
Daudio.h236 int (*set_volume)(struct audio_stream_out *stream, float left, float right);
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.h91 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
DAudioHardwareStub.h38 virtual status_t setVolume(float left, float right) { return NO_ERROR; } in setVolume() argument
DAudioHardwareGeneric.h55 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
DAudioDumpInterface.h51 virtual status_t setVolume(float left, float right);
DAudioDumpInterface.cpp339 status_t AudioStreamOutDump::setVolume(float left, float right) in setVolume() argument
341 if (mFinalStream != 0 ) return mFinalStream->setVolume(left, right); in setVolume()
Daudio_hw_hal.cpp143 float right) in out_set_volume() argument
147 return out->legacy_out->setVolume(left, right); in out_set_volume()
/hardware/msm7k/libaudio-qdsp5v2/
DAudioHardware.h112 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h136 ssize_t right, in CameraArea() argument
140 mRight(right), in CameraArea()
175 ssize_t right,
365 ssize_t right; member
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h86 virtual status_t setVolume(float left, float right) = 0;
/hardware/broadcom/wlan/bcm4329/firmware/
DLICENSE.TXT56 2.5. Ownership. Broadcom shall retain all right, title and interest,
59 by or for Broadcom infringe any intellectual property right owned or
64 does not receive any ownership right, title or interest nor any security
204 inadequate. Accordingly, Licensee agrees that Broadcom shall have the right
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT56 2.5. Ownership. Broadcom shall retain all right, title and interest,
59 by or for Broadcom infringe any intellectual property right owned or
64 does not receive any ownership right, title or interest nor any security
204 inadequate. Accordingly, Licensee agrees that Broadcom shall have the right
/hardware/ti/omap4xxx/hwc/
Dhwc.c46 #define WIDTH(rect) ((rect).right - (rect).left)
180 l->sourceCrop.right, in dump_layer()
184 l->displayFrame.right, in dump_layer()
606 vis.rb[0] = vis_rect.right; vis.rb[1] = vis_rect.bottom; in crop_to_rect()
1164 .right = o->cfg.win.x + o->cfg.win.w, in clone_external_layer()
2038 &hwc_dev->ext.mirror_region.right, &hwc_dev->ext.mirror_region.bottom) != 4 || in omap4_hwc_device_open()
2039 hwc_dev->ext.mirror_region.left >= hwc_dev->ext.mirror_region.right || in omap4_hwc_device_open()
2041 …struct hwc_rect fb_region = { .right = hwc_dev->fb_dev->base.width, .bottom = hwc_dev->fb_dev->bas… in omap4_hwc_device_open()
2046 hwc_dev->ext.mirror_region.right, hwc_dev->ext.mirror_region.bottom); in omap4_hwc_device_open()
/hardware/msm7k/libaudio/
DAudioHardware.h174 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
/hardware/msm7k/libaudio-qsd8k/
DAudioHardware.h251 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
/hardware/libhardware/modules/audio/
Daudio_hw.c99 float right) in out_set_volume() argument
/hardware/libhardware/modules/usbaudio/
Daudio_hw.c185 float right) in out_set_volume() argument
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c1016 outputframe->framesize.right = \ in async_thread()
1017 vdec_msg.msgdata.output_frame.framesize.right; in async_thread()

12