Home
last modified time | relevance | path

Searched refs:FormatDataType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dformat.h63 enum FormatDataType : uint32_t { enum
86 explicit FormatData(FormatDataType type);
97 FormatDataType GetType() const in GetType()
205 FormatDataType type_;
363 bool SetFormatCommon(const std::string &key, const T &value, FormatDataType type);
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dformat.h27 enum FormatDataType : uint32_t { enum
45 FormatDataType type = FORMAT_TYPE_NONE;
240 FormatDataType GetValueType(const std::string_view &key) const;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.h46 using FormatDataType = Media::FormatDataType; variable
116 …void ConfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType form…
125 …rfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType formatType);
H A Dfcodec.cpp170 …onfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType formatType) in ConfigureSurface()
525 …urfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType formatType) in SetSurfaceParameter()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h47 using FormatDataType = Media::FormatDataType; variable
131 …void ConfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType form…
140 …rfaceParameter(const Format &format, const std::string_view &formatKey, FormatDataType formatType);
H A Dhevc_decoder.cpp245 …onfigureSurface(const Format &format, const std::string_view &formatKey, FormatDataType formatType) in ConfigureSurface()
553 FormatDataType formatType) in SetSurfaceParameter()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/inner_demo/
H A Dinner_demuxer_demo.h28 using FormatDataType = OHOS::Media::FormatDataType; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h29 using FormatDataType = OHOS::Media::FormatDataType; variable
H A Dinner_demuxer_parser_sample.h46 using FormatDataType = OHOS::Media::FormatDataType; variable
/ohos5.0/foundation/multimedia/media_utils_lite/src/
H A Dformat.cpp71 FormatData::FormatData(FormatDataType type) : type_(type), val_({ 0 }) in FormatData()
233 bool Format::SetFormatCommon(const std::string &key, const T &value, FormatDataType type) in SetFormatCommon()
326 FormatDataType type = formatData->GetType(); in CopyFrom()
/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp303 FormatDataType Format::GetValueType(const std::string_view &key) const in GetValueType()
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.cpp663 FormatDataType type = data->GetType(); in SetParameter()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp650 FormatDataType type; in SetParameter()