/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 153 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()
|
D | ANativeWindowDisplayAdapter.cpp | 633 bounds.right = width; in allocateBuffer() 1207 bounds.right = mFrameWidth; in handleFrameReturn()
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 62 l->sourceCrop.right, in dump_layer() 66 l->displayFrame.right, in dump_layer()
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
D | ColorConvert.cpp | 33 int dstWidth = srcRect.right - srcRect.left + 1; in convertDecoderOutputToI420() 101 encoderRect->right = actualWidth - 1; in getEncoderInputBufferInfo()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 86 int right; member
|
D | camera2.h | 61 int left, int top, int right, int bottom);
|
D | camera.h | 81 int left, int top, int right, int bottom);
|
D | audio.h | 236 int (*set_volume)(struct audio_stream_out *stream, float left, float right);
|
/hardware/libhardware_legacy/audio/ |
D | A2dpAudioInterface.h | 91 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
|
D | AudioHardwareStub.h | 38 virtual status_t setVolume(float left, float right) { return NO_ERROR; } in setVolume() argument
|
D | AudioHardwareGeneric.h | 55 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
|
D | AudioDumpInterface.h | 51 virtual status_t setVolume(float left, float right);
|
D | AudioDumpInterface.cpp | 339 status_t AudioStreamOutDump::setVolume(float left, float right) in setVolume() argument 341 if (mFinalStream != 0 ) return mFinalStream->setVolume(left, right); in setVolume()
|
D | audio_hw_hal.cpp | 143 float right) in out_set_volume() argument 147 return out->legacy_out->setVolume(left, right); in out_set_volume()
|
/hardware/msm7k/libaudio-qdsp5v2/ |
D | AudioHardware.h | 112 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 136 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/ |
D | AudioHardwareInterface.h | 86 virtual status_t setVolume(float left, float right) = 0;
|
/hardware/broadcom/wlan/bcm4329/firmware/ |
D | LICENSE.TXT | 56 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/ |
D | LICENSE.TXT | 56 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/ |
D | hwc.c | 46 #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/ |
D | AudioHardware.h | 174 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
|
/hardware/msm7k/libaudio-qsd8k/ |
D | AudioHardware.h | 251 virtual status_t setVolume(float left, float right) { return INVALID_OPERATION; } in setVolume() argument
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 99 float right) in out_set_volume() argument
|
/hardware/libhardware/modules/usbaudio/ |
D | audio_hw.c | 185 float right) in out_set_volume() argument
|
/hardware/qcom/media/mm-video/vidc/vdec/test/ |
D | decoder_driver_test.c | 1016 outputframe->framesize.right = \ in async_thread() 1017 vdec_msg.msgdata.output_frame.framesize.right; in async_thread()
|