Home
last modified time | relevance | path

Searched refs:degrees (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/utils/exif/
H A Dexif_utils.h57 static void ConvertGpsDataToDms(double number, int32_t *degrees, int32_t *minutes, int32_t *seconds);
H A Dexif_utils.cpp329 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 Dformat_interface.h389 * 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