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

12

/frameworks/av/cmds/stagefright/
H A Dstream.cpp93 CHECK_LT(index, mBuffers.size());
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h98 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
112 #define CHECK_LT_DBG CHECK_LT
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp653 //CHECK_LT(bufferIx, mInputBuffers.size());
700 // CHECK_LT(bufferIx, mOutputBuffers.size());
954 CHECK_LT(bufferIx, mInputBuffers.size());
H A DRTSPSource.cpp621 CHECK_LT(trackIndex, mTracks.size());
701 CHECK_LT(trackIndex, mTracks.size());
716 CHECK_LT(trackIndex, mTracks.size());
734 CHECK_LT(trackIndex, mTracks.size());
/frameworks/av/media/libstagefright/
H A DHevcUtils.cpp133 CHECK_LT(index, mNalUnits.size());
138 CHECK_LT(index, mNalUnits.size());
143 CHECK_LT(index, mNalUnits.size());
H A DMPEG4Writer.cpp145 CHECK_LT(ENTRY_SIZE, UINT32_MAX / mElementCapacity);
162 CHECK_LT(pos, mTotalNumTableEntries * ENTRY_SIZE);
216 CHECK_LT(mNumValuesInCurrEntry, mElementCapacity);
1283 CHECK_LT(length, 65536);
3369 CHECK_LT(mCodecSpecificDataSize + 23, 128);
3411 CHECK_LT(23 + mCodecSpecificDataSize, 128);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp524 CHECK_LT((size_t)indent, sizeof(kWhitespace));
H A DANetworkSession.cpp1073 CHECK_LT(res, 0);
H A DAString.cpp170 CHECK_LT(start, mSize);
H A Dhexdump.cpp37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DADebug.h98 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
112 #define CHECK_LT_DBG CHECK_LT
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1553 CHECK_LT(mCurBandwidthIndex, mBandwidthItems.size());
H A DM3UParser.cpp423 CHECK_LT(index, mItems.size());
H A DPlaylistFetcher.cpp2111 CHECK_LT(offset + 5, buffer->size());
/frameworks/av/media/libstagefright/include/foundation/
H A DADebug.h98 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
112 #define CHECK_LT_DBG CHECK_LT
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp215 CHECK_LT(portIndex, mPorts.size());
243 CHECK_LT(port->mBuffers.size(), port->mDef.nBufferCountActual);
289 CHECK_LT(portIndex, mPorts.size());
493 CHECK_LT(portIndex, mPorts.size());
547 CHECK_LT(portIndex, mPorts.size());
696 CHECK_LT(portIndex, mPorts.size());
702 CHECK_LT(portIndex, mPorts.size());
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp411 CHECK_LT(offset, buffer->size());
H A DAPacketSource.cpp165 CHECK_LT(numSeqParameterSets, 32u);
280 CHECK_LT(20 + config->size(), 128u);
H A DARTPSession.cpp238 CHECK_LT(index, mTracks.size());
H A DARTPWriter.cpp541 CHECK_LT(startCodePos + 3, size);
H A DASessionDescription.cpp174 CHECK_LT(index, mTracks.size());
182 CHECK_LT(index, mTracks.size());
H A DMyHandler.h1480 CHECK_LT(trackIndex, mTracks.size());
1513 CHECK_LT(index, mTracks.size());
H A DMyTransmitter.h883 CHECK_LT(startCodePos + 3, size);
/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/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());

Completed in 3696 milliseconds

12