HomeSort by relevance Sort by last modified time
    Searched full:propid (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 34 $O\PropId.obj \
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
makefile 50 $O\PropId.obj \
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 114 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
FilterCoder.cpp 238 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs,
  /external/lzma/CPP/7zip/Crypto/
MyAes.cpp 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 102 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result)
105 RINOK(archive->GetProperty(index, propID, &prop));
497 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
564 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
568 if (propID == kpidIsAnti)
577 switch(propID)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wia.h 141 PROPID propid; member in struct:_WIA_PROPID_TO_NAME
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 31 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
346 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
350 switch (propID)
381 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value)
385 switch (propID)
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 12 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
ArchiveExtractCallback.cpp 332 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined)
336 RINOK(_arc->Archive->GetProperty(index, propID, &prop));
368 STDMETHODIMP CGetProp::GetProp(PROPID propID, PROPVARIANT *value)
370 if (propID == kpidName)
378 return Arc->Archive->GetProperty(IndexInArc, propID, value);
OpenArchive.cpp 326 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
333 switch (propID)
449 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw()
453 RINOK(arc->GetProperty(index, propID, &prop));
481 static HRESULT Archive_GetArcBoolProp(IInArchive *arc, PROPID propid, bool &result)
485 RINOK(arc->GetArchiveProperty(propid, &prop));
493 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &defined)
    [all...]
  /external/opencv3/modules/videoio/include/opencv2/
videoio.hpp 484 @param propId Property identifier. It can be one of the following:
509 CV_WRAP virtual bool set(int propId, double value);
513 @param propId Property identifier. It can be one of the following:
541 CV_WRAP virtual double get(int propId) const;
609 @param propId Property identifier. It can be one of the following:
613 CV_WRAP virtual bool set(int propId, double value);
617 @param propId Property identifier. It can be one of the following:
624 CV_WRAP virtual double get(int propId) const;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
HvacTestFragment.java 169 int propId = prop.getPropertyId();
175 switch(propId) {
192 Log.w(TAG, "propertyId " + propId + " is not handled");
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 38 $O\PropId.obj \
  /external/lzma/CPP/7zip/Bundles/SFXCon/
makefile 54 $O\PropId.obj \
  /external/lzma/CPP/7zip/Bundles/SFXWin/
makefile 62 $O\PropId.obj \
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.cpp 644 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined)
648 RINOK(getProp->GetProp(propID, &prop));
660 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result)
664 RINOK(getProp->GetProp(propID, &prop));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 206 __inline__ Status Image::GetPropertyIdList(UINT numOfProperty, PROPID *list)
212 __inline__ Status Image::GetPropertyItem(PROPID propId, UINT propSize,
216 nativeImage, propId, propSize, buffer));
219 __inline__ UINT Image::GetPropertyItemSize(PROPID propId)
223 nativeImage, propId, &result));
282 __inline__ Status Image::RemovePropertyItem(PROPID propId)
285 nativeImage, propId));
    [all...]
gdiplusflat.h 402 GpStatus WINGDIPAPI GdipGetPropertyIdList(GpImage*,UINT,PROPID*);
403 GpStatus WINGDIPAPI GdipGetPropertyItemSize(GpImage*,PROPID,UINT*);
404 GpStatus WINGDIPAPI GdipGetPropertyItem(GpImage*,PROPID,UINT,PropertyItem*);
407 GpStatus WINGDIPAPI GdipRemovePropertyItem(GpImage*,PROPID);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_qt.cpp     [all...]
cap_xine.cpp 824 double CvCaptureAVI_XINE_CPP::getProperty( int propId ) const
826 return captureXINE ? icvGetPropertyAVI_XINE( captureXINE, propId ) : 0;
829 bool CvCaptureAVI_XINE_CPP::setProperty( int propId, double value )
831 return captureXINE ? icvSetPropertyAVI_XINE( captureXINE, propId, value ) != 0 : false;
cap_gstreamer.cpp 834 * \param propId requested property
841 double CvCapture_GStreamer::getProperty( int propId ) const
858 switch(propId) {
920 * \param propId
926 bool CvCapture_GStreamer::setProperty( int propId, double value )
941 switch(propId) {
    [all...]
cap_dc1394.cpp     [all...]
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 57 $O\PropId.obj \
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 143 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft, bool &ftDefined)
148 RINOK(updateCallback->GetProperty(index, propID, &prop));

Completed in 365 milliseconds

1 23 4