Home
last modified time | relevance | path

Searched refs:qualityLevel_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_napi.cpp33 qualityLevel_(nullptr), accuracy_(nullptr) in DepthDataNapi()
57 obj->qualityLevel_ = sQualityLevel_; in DepthDataNapiConstructor()
205 result = depthDataNapi->qualityLevel_; in GetQualityLevel()
268 context->objectInfo->qualityLevel_ = nullptr; in Release()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp147 …_AVFormat_SetIntValue(parameter, VIDEO_DETAIL_ENHANCER_PARAMETER_KEY_QUALITY_LEVEL, qualityLevel_); in InitVideoSample()
177 …_AVFormat_SetIntValue(parameter, VIDEO_DETAIL_ENHANCER_PARAMETER_KEY_QUALITY_LEVEL, qualityLevel_); in InitVideoSampleImpl()
279 qualityLevel_ = level; in SetQualityLevel()
H A Dvideo_sample.h89 VideoDetailEnhancer_QualityLevel qualityLevel_{};
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_napi.h54 napi_value qualityLevel_; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp603 … CHECK_AND_RETURN_RET_LOG(napi->sourceId_ >= 0 && ((napi->qualityLevel_ >= RECORDER_QUALITY_LOW && in GetAVRecorderProfileTask()
604 napi->qualityLevel_ <= RECORDER_QUALITY_2160P) || in GetAVRecorderProfileTask()
605 (napi->qualityLevel_ >= RECORDER_QUALITY_TIME_LAPSE_LOW && in GetAVRecorderProfileTask()
606 napi->qualityLevel_ <= RECORDER_QUALITY_TIME_LAPSE_2160P) || in GetAVRecorderProfileTask()
607 (napi->qualityLevel_ >= RECORDER_QUALITY_HIGH_SPEED_LOW && in GetAVRecorderProfileTask()
608 napi->qualityLevel_ <= RECORDER_QUALITY_HIGH_SPEED_1080P)), in GetAVRecorderProfileTask()
611 … int32_t ret = AVRecorderNapi::GetAVRecorderProfile(profile, napi->sourceId_, napi->qualityLevel_); in GetAVRecorderProfileTask()
2185 ret = napi_get_value_int32(env, qualityArgs, &asyncCtx->napi->qualityLevel_); in GetSourceIdAndQuality()
H A Davrecorder_napi.h420 int32_t qualityLevel_ = -1; variable