OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHOTO_FILE_NAME
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.h
24
#define
PHOTO_FILE_NAME
"photo.jpg"
AdvancedCapture.xaml.cpp
406
return Windows::Storage::KnownFolders::PicturesLibrary->CreateFileAsync(
PHOTO_FILE_NAME
, Windows::Storage::CreationCollisionOption::GenerateUniqueName);
Completed in 45 milliseconds