Home
last modified time | relevance | path

Searched refs:exifDataPath (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcommand_parser.cpp95 opt.exifDataPath = string(optarg); in Parse()
160 std::cout << " exifDataPath : " << exifDataPath << endl; in Print()
H A Dcodec_heif_helper.cpp323 if (encodeOpt_.exifDataPath.length() > 0) { in AssembleParamForMetaData()
324 HDF_LOGI("add exif: %{public}s", encodeOpt_.exifDataPath.c_str()); in AssembleParamForMetaData()
326 IF_TRUE_RETURN_VAL(!FillMetaItem(encodeOpt_.exifDataPath, EXIF_DATA, metaExifData), false); in AssembleParamForMetaData()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dcommand_parser.h41 std::string exifDataPath = ""; member