HomeSort by relevance Sort by last modified time
    Searched refs:pAttributes (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mftransform.h 166 IMFAttributes **pAttributes) = 0;
170 IMFAttributes **pAttributes) = 0;
174 IMFAttributes **pAttributes) = 0;
293 IMFAttributes **pAttributes);
298 IMFAttributes **pAttributes);
303 IMFAttributes **pAttributes);
403 #define IMFTransform_GetAttributes(This,pAttributes) (This)->lpVtbl->GetAttributes(This,pAttributes)
404 #define IMFTransform_GetInputStreamAttributes(This,dwInputStreamID,pAttributes) (This)->lpVtbl->GetInputStreamAttributes(This,dwInputStreamID,pAttributes)
    [all...]
mfapi.h 408 double WINAPI MFGetAttributeDouble(IMFAttributes *pAttributes,REFGUID guidKey,double fDefault);
409 HRESULT WINAPI MFGetAttributesAsBlob(IMFAttributes *pAttributes,UINT8 *pBuf,UINT cbBufSize);
410 HRESULT WINAPI MFGetAttributesAsBlobSize(IMFAttributes *pAttributes,UINT32 *pcbBufSize);
411 UINT64 WINAPI MFGetAttributeUINT64(IMFAttributes *pAttributes,REFGUID guidKey,UINT64 unDefault);
421 HRESULT WINAPI MFInitAttributesFromBlob(IMFAttributes *pAttributes,const UINT8 *pBuf,UINT cbBufSize);
435 HRESULT WINAPI MFSetAttribute2UINT32asUINT64(IMFAttributes *pAttributes,REFGUID guidKey,UINT32 unHigh32,UINT32 unLow32);
436 HRESULT WINAPI MFSetAttributeRatio(IMFAttributes *pAttributes,REFGUID guidKey,UINT32 unNumerator,UINT32 unDenominator);
437 HRESULT WINAPI MFSetAttributeSize(IMFAttributes *pAttributes,REFGUID guidKey,UINT32 unWidth,UINT32 unHeight);
439 HRESULT WINAPI MFTEnum(GUID guidCategory,UINT32 Flags,MFT_REGISTER_TYPE_INFO *pInputType,MFT_REGISTER_TYPE_INFO *pOutputType,IMFAttributes *pAttributes,CLSID **ppclsidMFT,UINT32 *pcMFTs);
441 HRESULT WINAPI MFTRegister(CLSID clsidMFT,GUID guidCategory,LPWSTR pszName,UINT32 Flags,UINT32 cInputTypes,MFT_REGISTER_TYPE_INFO *pInputTypes,UINT32 cOutputTypes,MFT_REGISTER_TYPE_INFO *pOutputTypes,IMFAttributes *pAttributes);
    [all...]
mfreadwrite.h 831 HRESULT WINAPI MFCreateSinkWriterFromMediaSink(IMFMediaSink *pMediaSink,IMFAttributes *pAttributes,IMFSinkWriter **ppSinkWriter);
832 HRESULT WINAPI MFCreateSinkWriterFromURL(LPCWSTR pwszOutputURL,IMFByteStream *pByteStream,IMFAttributes *pAttributes,IMFSinkWriter **ppSinkWriter);
833 HRESULT WINAPI MFCreateSourceReaderFromByteStream(IMFByteStream *pByteStream,IMFAttributes *pAttributes,IMFSourceReader **ppSourceReader)
    [all...]
authz.h 174 PAUTHZ_SECURITY_ATTRIBUTES_INFORMATION pAttributes
xenroll.h     [all...]
mfidl.h     [all...]
wincrypt.h     [all...]
msxml2.h     [all...]
strmif.h     [all...]
  /frameworks/av/include/media/
AudioTrack.h 212 * pAttributes: If not NULL, supersedes streamType for use case selection.
238 const audio_attributes_t* pAttributes = NULL,
268 const audio_attributes_t* pAttributes = NULL,
314 const audio_attributes_t* pAttributes = NULL,
    [all...]
AudioRecord.h 167 * pAttributes: If not NULL, supersedes inputSource for use case selection.
185 const audio_attributes_t* pAttributes = NULL);
223 const audio_attributes_t* pAttributes = NULL);
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.h 112 STDMETHODIMP GetAttributes(IMFAttributes** pAttributes);
  /frameworks/av/media/libmedia/
AudioRecord.cpp 90 const audio_attributes_t* pAttributes)
102 uid, pid, pAttributes);
148 const audio_attributes_t* pAttributes)
185 if (pAttributes == NULL) {
190 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
AudioTrack.cpp 202 const audio_attributes_t* pAttributes,
215 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
233 const audio_attributes_t* pAttributes,
246 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed);
294 const audio_attributes_t* pAttributes,
357 if (pAttributes == NULL) {
366 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 47 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes)
50 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags);
64 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
SoundPool.h 164 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 620 long checkDevice(IMFAttributes *pAttributes, IMFActivate **pDevice);
641 long initDevices(IMFAttributes *pAttributes);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 694 adapt->pAttributes = attrs;
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 747 milliseconds