Searched refs:mFormatType (Results 1 – 6 of 6) sorted by relevance
31 private byte mFormatType; // 5:1 Constant identifying the Format Type the field in Usb20ASGeneral57 return mFormatType; in getFormatType()81 mFormatType = stream.getByte(); in parseRawDescriptors()
30 private final byte mFormatType; // 3:1 FORMAT_TYPE_* field in UsbASFormat45 mFormatType = formatType; in UsbASFormat()49 return mFormatType; in getFormatType()
63 assert(SL_DATAFORMAT_MIME == ap->mDataSource.mFormat.mFormatType); in initializeAndroidBufferQueueMembers()200 thiz->mDataSource.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioPlayer()204 thiz->mDataSink.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioPlayer()304 assert(SL_DATAFORMAT_PCM == thiz->mDataSource.mFormat.mFormatType in IEngine_CreateAudioPlayer()306 == thiz->mDataSource.mFormat.mFormatType); in IEngine_CreateAudioPlayer()327 assert(SL_DATAFORMAT_PCM == thiz->mDataSink.mFormat.mFormatType in IEngine_CreateAudioPlayer()329 == thiz->mDataSink.mFormat.mFormatType); in IEngine_CreateAudioPlayer()446 thiz->mDataSource.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioRecorder()450 thiz->mDataSink.mFormat.mFormatType = SL_DATAFORMAT_NULL; in IEngine_CreateAudioRecorder()1097 thiz->mDataSource.mFormat.mFormatType = XA_DATAFORMAT_NULL; in IEngine_CreateMediaPlayer()[all …]
365 switch (thiz->mDataSource.mFormat.mFormatType) { in IOutputMixExt_checkAudioPlayerSourceSink()
347 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL; in checkDataFormat()578 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) { in checkDataFormat()580 pDataFormat->mFormatType); in checkDataFormat()670 (SL_DATAFORMAT_PCM == pSrcDataLocatorFormat->mFormat.mFormatType) && in checkSourceSinkVsInterfacesCompatibility()735 switch (pDataFormat->mFormatType) { in freeDataFormat()767 pDataLocatorFormat->mFormat.mFormatType = SL_DATAFORMAT_NULL; in checkDataSource()847 pDataLocatorFormat->mFormat.mFormatType = SL_DATAFORMAT_NULL; in checkDataSink()
38 SLuint32 mFormatType; member