Home
last modified time | relevance | path

Searched refs:GetDoubleValue (Results 1 - 25 of 45) sorted by relevance

12

/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.cpp80 bool AVFormatInnerMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() function in OHOS::Media::AVFormatInnerMock
82 return format_.GetDoubleValue(key, value); in GetDoubleValue()
H A Davformat_inner_mock.h38 bool GetDoubleValue(const std::string_view &key, double &value) override;
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dformat.h193 bool GetDoubleValue(double &val) const;
329 bool GetDoubleValue(const std::string &key, double &value) const;
/foundation/multimedia/media_utils_lite/src/
H A Dformat.cpp169 bool FormatData::GetDoubleValue(double &val) const in GetDoubleValue() function in OHOS::Media::FormatData
299 bool Format::GetDoubleValue(const std::string &key, double &value) const in GetDoubleValue() function in OHOS::Media::Format
307 return (*iter->second).GetDoubleValue(value); in GetDoubleValue()
341 SET_DOUBLE_FORMAT(double, GetDoubleValue); in CopyFrom()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp105 auto returnValue = JSVal(ToJSValue(data.GetDoubleValue())); in ReadDouble()
155 obj->SetProperty<double>(str.c_str(), value.GetDoubleValue()); in ReadObject()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/
H A Davformat_inner_mock.cpp81 bool AVFormatInnerMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() function in OHOS::MediaAVCodec::AVFormatInnerMock
83 return format_.GetDoubleValue(key, value); in GetDoubleValue()
H A Davformat_inner_mock.h39 bool GetDoubleValue(const std::string_view &key, double &value) override;
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_hevc_unit_test.cpp297 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
338 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
379 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
420 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
523 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
584 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
645 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
706 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
787 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
837 format_->GetDoubleValue(Medi in HWTEST_F()
[all...]
H A Davsource_uri_unit_test.cpp232 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
302 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
360 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
451 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
1044 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
1100 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
1222 ASSERT_TRUE(format_->GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, formatVal_.frameRate)); in HWTEST_F()
/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.h39 bool GetDoubleValue(const std::string_view &key, double &value) override;
H A Davformat_capi_mock.cpp137 bool AVFormatCapiMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() function in OHOS::Media::AVFormatCapiMock
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_mock.h35 virtual bool GetDoubleValue(const std::string_view &key, double &value) = 0;
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.h39 bool GetDoubleValue(const std::string_view &key, double &value) override;
H A Davformat_capi_mock.cpp149 bool AVFormatCapiMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() function in OHOS::MediaAVCodec::AVFormatCapiMock
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h89 bool GetDoubleValue(const std::string_view &key, double &value) const;
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dformat.h189 bool GetDoubleValue(const std::string_view &key, double &value) const;
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/
H A Davformat_mock.h37 virtual bool GetDoubleValue(const std::string_view &key, double &value) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h50 double GetDoubleValue() const;
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_codec_buffer_operator.cpp160 byteBufferWriter_.WriteData(data.GetDoubleValue()); in WriteData()
H A Dcodec_data.h148 double GetDoubleValue(double defValue = 0.0) const in GetDoubleValue() function in OHOS::Ace::Framework::final
/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_dump_utils.cpp79 ret = format.GetDoubleValue(key, valueTemp); in AddInfoFromFormat()
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp259 bool paramExist = format.GetDoubleValue(MediaDescriptionKey::MD_KEY_FRAME_RATE, framerate); in FramerateChecker()
421 bool frameRateExist = format.GetDoubleValue(Tag::VIDEO_FRAME_RATE, frameRate); in TemporalGopSizeChecker()
702 format.GetDoubleValue(key, value);
/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp103 (void)format.GetDoubleValue("frame_rate", targetFrameRateDouble); in CheckVideoFrameRate()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dreader.cpp193 ret = format->GetDoubleValue(Tag::VIDEO_FRAME_RATE, doubleVal); in GetTrackMediaInfo()
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp172 return format->format_.GetDoubleValue(key, *out); in OH_AVFormat_GetDoubleValue()

Completed in 13 milliseconds

12