HomeSort by relevance Sort by last modified time
    Searched refs:pAttributes (Results 1 - 17 of 17) 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 192 const audio_attributes_t* pAttributes = NULL);
219 const audio_attributes_t* pAttributes = NULL);
262 const audio_attributes_t* pAttributes = NULL);
    [all...]
AudioRecord.h 155 * pAttributes: if not NULL, supersedes inputSource for use case selection
169 const audio_attributes_t* pAttributes = NULL);
204 const audio_attributes_t* pAttributes = NULL);
SoundPool.h 170 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
  /frameworks/av/media/libmedia/
AudioRecord.cpp 86 const audio_attributes_t* pAttributes)
94 pAttributes);
132 const audio_attributes_t* pAttributes)
170 if (pAttributes == NULL) {
175 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
SoundPool.cpp 43 SoundPool::SoundPool(int maxChannels, const audio_attributes_t* pAttributes)
46 maxChannels, pAttributes->usage, pAttributes->flags, pAttributes->tags);
60 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
AudioTrack.cpp 143 const audio_attributes_t* pAttributes)
153 offloadInfo, uid, pid, pAttributes);
171 const audio_attributes_t* pAttributes)
181 uid, pid, pAttributes);
225 const audio_attributes_t* pAttributes)
285 if (pAttributes == NULL) {
294 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 694 adapt->pAttributes = attrs;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 694 adapt->pAttributes = attrs;

Completed in 458 milliseconds