Searched refs:CHECK_LT (Results 1 - 25 of 25) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp147 CHECK_LT(type, kNumResolutionTypes);
206 CHECK_LT(type, kNumResolutionTypes);
223 CHECK_LT(type, kNumResolutionTypes);
233 CHECK_LT(type, kNumResolutionTypes);
263 CHECK_LT(type, kNumResolutionTypes);
275 CHECK_LT(type, kNumResolutionTypes);
343 CHECK_LT(profile, kNumProfileTypes);
344 CHECK_LT(level, kNumLevelTypes);
/frameworks/av/media/libstagefright/foundation/
H A Dhexdump.cpp37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
H A DAString.cpp157 CHECK_LT(start, mSize);
H A DAMessage.cpp412 CHECK_LT((size_t)indent, sizeof(kWhitespace));
H A DANetworkSession.cpp1073 CHECK_LT(res, 0);
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp192 CHECK_LT(portIndex, mPorts.size());
220 CHECK_LT(port->mBuffers.size(), port->mDef.nBufferCountActual);
266 CHECK_LT(portIndex, mPorts.size());
458 CHECK_LT(portIndex, mPorts.size());
505 CHECK_LT(portIndex, mPorts.size());
643 CHECK_LT(portIndex, mPorts.size());
649 CHECK_LT(portIndex, mPorts.size());
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h74 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp174 CHECK_LT(index, mTracks.size());
182 CHECK_LT(index, mTracks.size());
H A DARTPSession.cpp238 CHECK_LT(index, mTracks.size());
H A DAPacketSource.cpp165 CHECK_LT(numSeqParameterSets, 32u);
280 CHECK_LT(20 + config->size(), 128u);
H A DAMPEG4AudioAssembler.cpp382 CHECK_LT(offset, buffer->size());
H A DMyHandler.h1453 CHECK_LT(trackIndex, mTracks.size());
1485 CHECK_LT(index, mTracks.size());
H A DARTPWriter.cpp541 CHECK_LT(startCodePos + 3, size);
H A DMyTransmitter.h880 CHECK_LT(startCodePos + 3, size);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp380 CHECK_LT(trackIndex, mTracks.size());
475 CHECK_LT(trackIndex, mTracks.size());
490 CHECK_LT(trackIndex, mTracks.size());
508 CHECK_LT(trackIndex, mTracks.size());
H A DNuPlayerDecoder.cpp355 CHECK_LT(bufferIx, mInputBuffers.size());
472 CHECK_LT(bufferIx, mOutputBuffers.size());
656 CHECK_LT(bufferIx, mInputBuffers.size());
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp84 CHECK_LT(index, mBuffers.size());
200 CHECK_LT(bufferId, mBuffers.size());
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.cpp284 CHECK_LT(index, mTextVector.size());
/frameworks/av/cmds/stagefright/
H A Dstream.cpp93 CHECK_LT(index, mBuffers.size());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp246 CHECK_LT(index, mDescriptors.size());
774 CHECK_LT(program_info_length, 0x400);
1039 CHECK_LT(trackIndex, mTracks.size());
H A DWifiDisplaySource.cpp298 CHECK_LT(mState, AWAITING_CLIENT_TEARDOWN);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp120 CHECK_LT(pos, mTotalNumTableEntries * mEntryCapacity);
159 CHECK_LT(mNumValuesInCurrEntry, mElementCapacity);
1092 CHECK_LT(length, 65536);
2726 CHECK_LT(23 + mCodecSpecificDataSize, 128);
2788 CHECK_LT(mCodecSpecificDataSize + 23, 128);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp404 CHECK_LT(index, mItems.size());
H A DLiveSession.cpp1230 CHECK_LT(bandwidthIndex, mBandwidthItems.size());
H A DPlaylistFetcher.cpp1581 CHECK_LT(offset + 5, buffer->size());

Completed in 396 milliseconds