Home
last modified time | relevance | path

Searched defs:formatMap (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp38 bool PutIntValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, int32_t value) in PutIntValueToFormatMap()
47 bool PutLongValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, int64_t value) in PutLongValueToFormatMap()
56 bool PutFloatValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, float value) in PutFloatValueToFormatMap()
65 bool PutDoubleValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, double value) in PutDoubleValueToFormatMap()
74 bool PutStringValueToFormatMap(FormatDataMap &formatMap, const std::string_view &key, const std::st… in PutStringValueToFormatMap()
83 bool PutBufferToFormatMap(FormatDataMap &formatMap, const std::string_view &key, uint8_t *addr, siz… in PutBufferToFormatMap()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp515 void WebGLImageSource::DecodeData(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeData()
528 void WebGLImageSource::DecodeDataForRGB_UBYTE(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGB_UBYTE()
541 void WebGLImageSource::DecodeDataForRGBA_USHORT_4444(const WebGLFormatMap* formatMap, uint8_t* arra… in DecodeDataForRGBA_USHORT_4444()
555 void WebGLImageSource::DecodeDataForRGBA_USHORT_5551(const WebGLFormatMap* formatMap, uint8_t* arra… in DecodeDataForRGBA_USHORT_5551()
569 void WebGLImageSource::DecodeDataForRGB_USHORT_565(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGB_USHORT_565()
583 const WebGLFormatMap* formatMap, const WebGLReadBufferArg* bufferDataArg, GLuint srcOffset) in DecodeImageData()
632 const WebGLFormatMap *formatMap = GetWebGLFormatMap(imageOption_.type, imageOption_.format); in GenImageSource() local
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_channel_layout_test.cpp280 Format::FormatDataMap formatMap = format->GetFormatMap(); variable
312 Format::FormatDataMap formatMap = format->GetFormatMap(); variable
H A Davformat_unit_test.cpp471 void CheckFormatMap(Format::FormatDataMap &formatMap) in CheckFormatMap()
544 Format::FormatDataMap formatMap = format->GetFormatMap(); variable
581 Format::FormatDataMap formatMap = format->GetFormatMap(); variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp320 …::ProcessProfile(const DCStreamType type, std::map<std::string, std::list<std::string>>& formatMap, in ProcessProfile()
350 std::map<std::string, std::list<std::string>> formatMap; in ConfigFormatphoto() local
384 std::map<std::string, std::list<std::string>> formatMap; in ConfigFormatvideo() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h51 static const std::map<int32_t, PhotoFormat> formatMap = { variable
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/utils/
H A Dhdi_au_utils.cpp89 static const std::map<::AudioSampleFormat, PluginAudioSampleFormat> formatMap = { in HdiAuFormat2PluginFormat() local
/ohos5.0/foundation/multimedia/media_utils_lite/src/
H A Dformat.cpp318 std::map<std::string, FormatData *> formatMap = format.GetFormatMap(); in CopyFrom() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp540 Format::FormatDataMap formatMap = format.GetFormatMap(); in OH_AVCapability_GetFeatureProperties() local