/frameworks/av/media/libstagefright/wifi-display/ |
D | VideoFormats.cpp | 147 CHECK_LT(type, kNumResolutionTypes); in setNativeResolution() 206 CHECK_LT(type, kNumResolutionTypes); in setResolutionEnabled() 223 CHECK_LT(type, kNumResolutionTypes); in setProfileLevel() 233 CHECK_LT(type, kNumResolutionTypes); in getProfileLevel() 263 CHECK_LT(type, kNumResolutionTypes); in isResolutionEnabled() 275 CHECK_LT(type, kNumResolutionTypes); in GetConfiguration() 343 CHECK_LT(profile, kNumProfileTypes); in GetProfileLevel() 344 CHECK_LT(level, kNumLevelTypes); in GetProfileLevel()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 192 CHECK_LT(portIndex, mPorts.size()); in useBuffer() 220 CHECK_LT(port->mBuffers.size(), port->mDef.nBufferCountActual); in useBuffer() 266 CHECK_LT(portIndex, mPorts.size()); in freeBuffer() 458 CHECK_LT(portIndex, mPorts.size()); in onPortEnable() 505 CHECK_LT(portIndex, mPorts.size()); in onPortFlush() 643 CHECK_LT(portIndex, mPorts.size()); in getPortQueue() 649 CHECK_LT(portIndex, mPorts.size()); in editPortInfo()
|
/frameworks/av/media/libstagefright/foundation/ |
D | hexdump.cpp | 37 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
|
D | AString.cpp | 157 CHECK_LT(start, mSize); in erase()
|
D | AMessage.cpp | 412 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
|
D | ANetworkSession.cpp | 1073 CHECK_LT(res, 0); in createClientOrServer()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 393 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 488 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 503 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 521 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived()
|
D | NuPlayerDecoder.cpp | 262 CHECK_LT(bufferIx, mInputBuffers.size()); in handleAnInputBuffer() 306 CHECK_LT(bufferIx, mInputBuffers.size()); in onInputBufferFilled() 474 CHECK_LT(bufferIx, mOutputBuffers.size()); in handleAnOutputBuffer()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ASessionDescription.cpp | 174 CHECK_LT(index, mTracks.size()); in getFormat() 182 CHECK_LT(index, mTracks.size()); in findAttribute()
|
D | ARTPSession.cpp | 238 CHECK_LT(index, mTracks.size()); in trackAt()
|
D | APacketSource.cpp | 165 CHECK_LT(numSeqParameterSets, 32u); in MakeAVCCodecSpecificData() 280 CHECK_LT(20 + config->size(), 128u); in MakeAACCodecSpecificData2()
|
D | AMPEG4AudioAssembler.cpp | 382 CHECK_LT(offset, buffer->size()); in removeLATMFraming()
|
D | ARTPWriter.cpp | 541 CHECK_LT(startCodePos + 3, size); in makeH264SPropParamSets()
|
D | MyHandler.h | 1453 CHECK_LT(trackIndex, mTracks.size()); in parsePlayResponse() 1485 CHECK_LT(index, mTracks.size()); in getTrackFormat()
|
D | MyTransmitter.h | 880 CHECK_LT(startCodePos + 3, size); in onMessageReceived()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 74 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
|
/frameworks/wilhelm/src/android/ |
D | android_StreamPlayer.cpp | 84 CHECK_LT(index, mBuffers.size()); in onBufferAvailable() 200 CHECK_LT(bufferId, mBuffers.size()); in pullFromBuffQueue()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | TSPacketizer.cpp | 246 CHECK_LT(index, mDescriptors.size()); in descriptorAt() 774 CHECK_LT(program_info_length, 0x400); in packetize() 1039 CHECK_LT(trackIndex, mTracks.size()); in prependCSD()
|
D | WifiDisplaySource.cpp | 298 CHECK_LT(mState, AWAITING_CLIENT_TEARDOWN); in onMessageReceived()
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TimedTextSRTSource.cpp | 284 CHECK_LT(index, mTextVector.size()); in compareExtendedRangeAndTime()
|
/frameworks/av/cmds/stagefright/ |
D | stream.cpp | 93 CHECK_LT(index, mBuffers.size()); in onBufferAvailable()
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 115 CHECK_LT(pos, mTotalNumTableEntries * mEntryCapacity); in set() 154 CHECK_LT(mNumValuesInCurrEntry, mElementCapacity); in add() 1087 CHECK_LT(length, 65536); in addLengthPrefixedSample_l() 2721 CHECK_LT(23 + mCodecSpecificDataSize, 128); in writeVideoFourCCBox() 2783 CHECK_LT(mCodecSpecificDataSize + 23, 128); in writeMp4aEsdsBox()
|
/frameworks/av/media/libstagefright/httplive/ |
D | M3UParser.cpp | 368 CHECK_LT(index, mItems.size()); in getTypeURI()
|
D | PlaylistFetcher.cpp | 1529 CHECK_LT(offset + 5, buffer->size()); in extractAndQueueAccessUnits()
|
D | LiveSession.cpp | 1194 CHECK_LT(bandwidthIndex, mBandwidthItems.size()); in changeConfiguration()
|