Searched defs:formatMap (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | format.cpp | 38 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 D | webgl_arg.cpp | 515 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 D | avformat_unit_channel_layout_test.cpp | 280 Format::FormatDataMap formatMap = format->GetFormatMap(); variable 312 Format::FormatDataMap formatMap = format->GetFormatMap(); variable
|
H A D | avformat_unit_test.cpp | 471 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 D | dcamera_handler.cpp | 320 …::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 D | camera_server_photo_proxy.h | 51 static const std::map<int32_t, PhotoFormat> formatMap = { variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/utils/ |
H A D | hdi_au_utils.cpp | 89 static const std::map<::AudioSampleFormat, PluginAudioSampleFormat> formatMap = { in HdiAuFormat2PluginFormat() local
|
/ohos5.0/foundation/multimedia/media_utils_lite/src/ |
H A D | format.cpp | 318 std::map<std::string, FormatData *> formatMap = format.GetFormatMap(); in CopyFrom() local
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 540 Format::FormatDataMap formatMap = format.GetFormatMap(); in OH_AVCapability_GetFeatureProperties() local
|