Searched refs:degrees (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/camera/vdi_base/common/utils/exif/ |
H A D | exif_utils.h | 57 static void ConvertGpsDataToDms(double number, int32_t *degrees, int32_t *minutes, int32_t *seconds);
|
H A D | exif_utils.cpp | 329 void ExifUtils::ConvertGpsDataToDms(double number, int32_t *degrees, int32_t *minutes, int32_t *seconds) in ConvertGpsDataToDms() argument 352 *degrees = hour; in ConvertGpsDataToDms()
|
/drivers/peripheral/format/interfaces/include/ |
H A D | format_interface.h | 389 * The following degrees are supported: 0, 90, 180, and 270. 392 * @param degrees Indicates the clockwise angle of the video track. 397 int32_t FormatMuxerSetOrientation(const FormatHandle handle, int degrees);
|
Completed in 2 milliseconds