Home
last modified time | relevance | path

Searched refs:imageMimeType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp318 Image_MimeType imageMimeType { format, strlen(format) }; in Pixmap2ImageFile() local
319 OH_PackingOptions_SetMimeType(opts, &imageMimeType); in Pixmap2ImageFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp100 string imageMimeType = "image/jpeg"; in InsertPhoto() local
108 …tring(MediaColumn::MEDIA_MIME_TYPE, mediaType == MEDIA_TYPE_VIDEO ? videoMimeType : imageMimeType); in InsertPhoto()