HomeSort by relevance Sort by last modified time
    Searched refs:hwi (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/camera/QCamera2/HAL/
QCameraMuxer.cpp 79 #define CHECK_HWI(hwi) \
80 if (!hwi) { \
81 LOGE("Error !! HWI not found!!"); \
85 #define CHECK_HWI_ERROR(hwi) \
86 if (!hwi) { \
87 LOGE("Error !! HWI not found!!"); \
343 QCamera2HardwareInterface *hwi = pCam->hwi; local
344 CHECK_HWI_ERROR(hwi);
345 rc = hwi->set_preview_window(pCam->dev, window)
390 QCamera2HardwareInterface *hwi = pCam->hwi; local
452 QCamera2HardwareInterface *hwi = pCam->hwi; local
481 QCamera2HardwareInterface *hwi = pCam->hwi; local
511 QCamera2HardwareInterface *hwi = pCam->hwi; local
548 QCamera2HardwareInterface *hwi = pCam->hwi; local
565 QCamera2HardwareInterface *hwi = pCam->hwi; local
608 QCamera2HardwareInterface *hwi = pCam->hwi; local
642 QCamera2HardwareInterface *hwi = pCam->hwi; local
676 QCamera2HardwareInterface *hwi = pCam->hwi; local
713 QCamera2HardwareInterface *hwi = pCam->hwi; local
756 QCamera2HardwareInterface *hwi = pCam->hwi; local
771 QCamera2HardwareInterface *hwi = pCam->hwi; local
786 QCamera2HardwareInterface *hwi = pCam->hwi; local
801 QCamera2HardwareInterface *hwi = pCam->hwi; local
817 QCamera2HardwareInterface *hwi = pCam->hwi; local
832 QCamera2HardwareInterface *hwi = pCam->hwi; local
872 QCamera2HardwareInterface *hwi = pCam->hwi; local
890 QCamera2HardwareInterface *hwi = pCam->hwi; local
905 QCamera2HardwareInterface *hwi = pCam->hwi; local
921 QCamera2HardwareInterface *hwi = pCam->hwi; local
956 QCamera2HardwareInterface *hwi = pCam->hwi; local
991 QCamera2HardwareInterface *hwi = pCam->hwi; local
1027 QCamera2HardwareInterface *hwi = pCam->hwi; local
1068 QCamera2HardwareInterface *hwi = pCam->hwi; local
1122 QCamera2HardwareInterface *hwi = pCam->hwi; local
1136 QCamera2HardwareInterface *hwi = pCam->hwi; local
1153 QCamera2HardwareInterface *hwi = pCam->hwi; local
1186 QCamera2HardwareInterface *hwi = pCam->hwi; local
1204 QCamera2HardwareInterface *hwi = pCam->hwi; local
1219 QCamera2HardwareInterface *hwi = pCam->hwi; local
1234 QCamera2HardwareInterface *hwi = pCam->hwi; local
1249 QCamera2HardwareInterface *hwi = pCam->hwi; local
1270 QCamera2HardwareInterface *hwi = pCam->hwi; local
1311 QCamera2HardwareInterface *hwi = pCam->hwi; local
1358 QCamera2HardwareInterface *hwi = pCam->hwi; local
1375 QCamera2HardwareInterface *hwi = pCam->hwi; local
1391 QCamera2HardwareInterface *hwi = pCam->hwi; local
1407 QCamera2HardwareInterface *hwi = pCam->hwi; local
1454 QCamera2HardwareInterface *hwi = pCam->hwi; local
1493 QCamera2HardwareInterface *hwi = pCam->hwi; local
1533 QCamera2HardwareInterface *hwi = pCam->hwi; local
1550 QCamera2HardwareInterface *hwi = pCam->hwi; local
1601 QCamera2HardwareInterface *hwi = pCam->hwi; local
1635 QCamera2HardwareInterface *hwi = pCam->hwi; local
1679 QCamera2HardwareInterface *hwi = pCam->hwi; local
2264 QCamera2HardwareInterface *hwi = pCam->hwi; local
    [all...]
QCameraMuxer.h 55 // Reference to HWI
56 QCamera2HardwareInterface *hwi; member in struct:qcamera::__anon31742
109 // of the HWI instance which had requested for this data buffer
131 * b) Muxes the operational calls from Frameworks to HWI
208 // Jpeg and Mpo ops need to be shared between 2 HWI instances
241 // incase of error, we use this cookie to get HWI instance and send errors in notify cb
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 610 #define hwi(n) reinterpret_cast<CameraHardwareInterface *>(\ macro
673 CameraHardwareInterface *hw = hwi(w);
706 CameraHardwareInterface *hw = hwi(w);
721 CameraHardwareInterface *hw = hwi(w);
738 CameraHardwareInterface *hw = hwi(w);
746 CameraHardwareInterface *hw = hwi(w);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmsystem.h 546 WINMMAPI MMRESULT WINAPI waveInClose(HWAVEIN hwi);
547 WINMMAPI MMRESULT WINAPI waveInPrepareHeader(HWAVEIN hwi,LPWAVEHDR pwh,UINT cbwh);
548 WINMMAPI MMRESULT WINAPI waveInUnprepareHeader(HWAVEIN hwi,LPWAVEHDR pwh,UINT cbwh);
549 WINMMAPI MMRESULT WINAPI waveInAddBuffer(HWAVEIN hwi,LPWAVEHDR pwh,UINT cbwh);
550 WINMMAPI MMRESULT WINAPI waveInStart(HWAVEIN hwi);
551 WINMMAPI MMRESULT WINAPI waveInStop(HWAVEIN hwi);
552 WINMMAPI MMRESULT WINAPI waveInReset(HWAVEIN hwi);
553 WINMMAPI MMRESULT WINAPI waveInGetPosition(HWAVEIN hwi,LPMMTIME pmmt,UINT cbmmt);
554 WINMMAPI MMRESULT WINAPI waveInGetID(HWAVEIN hwi,LPUINT puDeviceID);
555 WINMMAPI MMRESULT WINAPI waveInMessage(HWAVEIN hwi,UINT uMsg,DWORD_PTR dw1,DWORD_PTR dw2)
    [all...]

Completed in 242 milliseconds