Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_data_utils_test.cpp136 uint16_t outFormat = 0; in HWTEST_F() local
137 int32_t ret = MtpDataUtils::GetFormat(resultSet, outFormat); in HWTEST_F()
168 uint16_t outFormat = 0; in HWTEST_F() local
169 MtpDataUtils::GetFormatByPath("", outFormat); in HWTEST_F()
171 MtpDataUtils::GetFormatByPath(path, outFormat); in HWTEST_F()
172 EXPECT_EQ(outFormat, MTP_FORMAT_ASSOCIATION_CODE); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp322 void MtpDataUtils::GetFormatByPath(const std::string &path, uint16_t &outFormat) in GetFormatByPath() argument
330 outFormat = MTP_FORMAT_ASSOCIATION_CODE; in GetFormatByPath()
344 outFormat = MTP_FORMAT_UNDEFINED_CODE; in GetFormatByPath()
349 outFormat = pair.first; in GetFormatByPath()
356 uint16_t &outFormat) in GetFormat()
368 outFormat = MTP_FORMAT_ASSOCIATION_CODE; in GetFormat()
386 GetFormatByPath(pathVal, outFormat); in GetFormat()
355 GetFormat(const shared_ptr<DataShare::DataShareResultSet> &resultSet, uint16_t &outFormat) GetFormat() argument
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h129 static void GetFormatByPath(const std::string &path, uint16_t &outFormat);
132 static int32_t GetFormat(const std::shared_ptr<DataShare::DataShareResultSet> &resultSet, uint16_t &outFormat);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp76 Format outFormat = format; in GetValidColorFormat() local
80 outFormat = Format::BASE_FORMAT_R8G8B8A8_SRGB; in GetValidColorFormat()
82 CORE_LOG_W("CORE_VALIDATION: not supported camera color format %u, using BASE_FORMAT_R8G8B8A8_SRGB", outFormat); in GetValidColorFormat()
85 return outFormat; in GetValidColorFormat()
90 Format outFormat = format; in GetValidDepthFormat() local
93 outFormat = Format::BASE_FORMAT_D32_SFLOAT; in GetValidDepthFormat()
95 CORE_LOG_W("CORE_VALIDATION: not supported camera depth format %u, using BASE_FORMAT_D32_SFLOAT", outFormat); in GetValidDepthFormat()
98 return outFormat; in GetValidDepthFormat()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3841 PixelFormat outFormat = format; in CreateSdrMemory() local
3843 outFormat = PixelFormat::RGBA_8888; in CreateSdrMemory()
3845 sdrData.format = outFormat; in CreateSdrMemory()
3933 PixelFormat outFormat = PixelFormat::RGBA_8888; in ToSdr() local
3935 outFormat = PixelFormat::NV12; in ToSdr()
3937 outFormat = PixelFormat::NV21; in ToSdr()
3940 return ToSdr(outFormat, toSRGB); in ToSdr()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp137 PixelFormat outFormat; member
1396 outputFormat = findItem->second.outFormat; in HeapMemAlloc()
1425 outputFormat = colorType->second.outFormat; in HeapMemAlloc()

Completed in 14 milliseconds