Home
last modified time | relevance | path

Searched refs:GetMediaTypeByformat (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_data_utils_test.cpp86 MtpDataUtils::GetMediaTypeByformat(format, outMediaType);
89 MtpDataUtils::GetMediaTypeByformat(formatTest, outMediaType);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h169 static void GetMediaTypeByformat(const uint16_t format, MediaType &outMediaType);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp340 void MtpDataUtils::GetMediaTypeByformat(const uint16_t format, MediaType &outMediaType) in GetMediaTypeByformat() function in OHOS::Media::MtpDataUtils
700 GetMediaTypeByformat(format, outMediaType); in GetMediaTypeByName()
H A Dmtp_media_library.cpp399 MtpDataUtils::GetMediaTypeByformat(outObjectInfo->format, mediaType); in GetObjectInfo()
568 MtpDataUtils::GetMediaTypeByformat(format, mediaType); in GetThumb()