/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 | 195 * pAttributes: If not NULL, supersedes streamType for use case selection. 217 const audio_attributes_t* pAttributes = NULL, 246 const audio_attributes_t* pAttributes = NULL, 291 const audio_attributes_t* pAttributes = NULL, [all...] |
AudioRecord.h | 165 * pAttributes: If not NULL, supersedes inputSource for use case selection. 183 const audio_attributes_t* pAttributes = NULL); 221 const audio_attributes_t* pAttributes = NULL);
|
/frameworks/av/media/libmedia/ |
AudioRecord.cpp | 90 const audio_attributes_t* pAttributes) 101 uid, pid, pAttributes); 147 const audio_attributes_t* pAttributes) 184 if (pAttributes == NULL) { 189 memcpy(&mAttributes, pAttributes, sizeof(audio_attributes_t)); [all...] |
AudioTrack.cpp | 193 const audio_attributes_t* pAttributes, 205 offloadInfo, uid, pid, pAttributes, doNotReconnect); 223 const audio_attributes_t* pAttributes, 235 uid, pid, pAttributes, doNotReconnect); 283 const audio_attributes_t* pAttributes, 343 if (pAttributes == NULL) { 352 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));
|
SoundPool.h | 164 SoundPool(int maxChannels, const audio_attributes_t* pAttributes);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 694 adapt->pAttributes = attrs;
|