Home
last modified time | relevance | path

Searched refs:jpegOrientation (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_ability_test.cpp110 int32_t jpegOrientation; in GetJpegOrientation() local
117 jpegOrientation = *(entry.data.i32); in GetJpegOrientation()
118 CAMERA_LOGD("get jpegOrientation = %{public}d", jpegOrientation); in GetJpegOrientation()
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp894 int32_t jpegOrientation; in DealJpegOrientation() local
896 int32_t rc = pDevResIns->GetString(&metadataNode, "jpegOrientation", &nodeValue, nullptr); in DealJpegOrientation()
898 CAMERA_LOGE("get jpegOrientation failed"); in DealJpegOrientation()
902 jpegOrientation = (int32_t)strtol(nodeValue, NULL, STRTOL_BASE); in DealJpegOrientation()
903 CAMERA_LOGI("jpegOrientation = %{public}d", jpegOrientation); in DealJpegOrientation()
905 if (jpegOrientation != OHOS_CAMERA_JPEG_ROTATION_0 && jpegOrientation != OHOS_CAMERA_JPEG_ROTATION_90 && in DealJpegOrientation()
906 jpegOrientation != OHOS_CAMERA_JPEG_ROTATION_180 && jpegOrientation ! in DealJpegOrientation()
[all...]

Completed in 3 milliseconds