Searched refs:mFormatType (Results 1 – 9 of 9) sorted by relevance
79 private final int mFormatType; field in BipImageFormat118 mFormatType = type; in BipImageFormat()128 mFormatType = type; in BipImageFormat()147 return mFormatType; in getType()194 switch (mFormatType) { in toString()220 error("Unsupported format type '" + mFormatType + "'"); in toString()
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()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()1101 thiz->mAudioSink.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
118 (mPipeBook[i].mFormatType == FORMAT_NONE || //Free or same format in nextPipe()119 mPipeBook[i].mFormatType == formatType) && in nextPipe()135 mPipeBook[index].mFormatType = formatType; in nextPipe()587 mFormatType = FORMAT_NONE; in init()597 mFormatType = FORMAT_NONE; in destroy()
211 int mFormatType; member