Searched refs:GetOrientation (Results 1 – 11 of 11) sorted by relevance
/external/piex/src/ |
D | piex.h | 84 bool GetOrientation(StreamInterface* data, std::uint32_t* orientation);
|
D | piex.cc | 695 bool GetOrientation(StreamInterface* data, std::uint32_t* orientation) { in GetOrientation() function
|
/external/webrtc/webrtc/modules/video_capture/ |
D | device_info_impl.h | 39 virtual int32_t GetOrientation(const char* deviceUniqueIdUTF8,
|
D | video_capture.h | 56 virtual int32_t GetOrientation(const char* deviceUniqueIdUTF8,
|
D | device_info_impl.cc | 353 int32_t DeviceInfoImpl::GetOrientation(const char* deviceUniqueIdUTF8, in GetOrientation() function in webrtc::videocapturemodule::DeviceInfoImpl
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios.h | 48 int32_t GetOrientation(const char* deviceUniqueIdUTF8,
|
D | device_info_ios.mm | 157 int32_t DeviceInfoIos::GetOrientation(const char* deviceUniqueIdUTF8, function
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcdeviceinfo.h | 93 virtual int32_t GetOrientation(const char* device_id, in GetOrientation() function
|
/external/dng_sdk/source/ |
D | dng_xmp.h | 260 dng_orientation GetOrientation () const;
|
D | dng_xmp.cpp | 4147 dng_orientation dng_xmp::GetOrientation () const in GetOrientation() function in dng_xmp 4217 metadata.SetBaseOrientation (GetOrientation ()); in SyncOrientation()
|
/external/opencv3/3rdparty/include/dshow/ |
D | dsound.h | 958 STDMETHOD(GetOrientation)(THIS_ LPD3DVECTOR lpvOrientFront, LPD3DVECTOR lpvOrientTop) PURE; in DECLARE_INTERFACE_() local 982 #define IDirectSound3DListener_GetOrientation(p,a,b) (p)->lpVtbl->GetOrientation(p,a,b) 1003 #define IDirectSound3DListener_GetOrientation(p,a,b) (p)->GetOrientation(a,b)
|