/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 | 200 CHECK_LT(portIndex, mPorts.size()); in useBuffer() 228 CHECK_LT(port->mBuffers.size(), port->mDef.nBufferCountActual); in useBuffer() 274 CHECK_LT(portIndex, mPorts.size()); in freeBuffer() 466 CHECK_LT(portIndex, mPorts.size()); in onPortEnable() 513 CHECK_LT(portIndex, mPorts.size()); in onPortFlush() 659 CHECK_LT(portIndex, mPorts.size()); in getPortQueue() 665 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 | 477 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
|
D | ANetworkSession.cpp | 1073 CHECK_LT(res, 0); in createClientOrServer()
|
/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 | 411 CHECK_LT(offset, buffer->size()); in removeLATMFraming()
|
D | ARTPWriter.cpp | 541 CHECK_LT(startCodePos + 3, size); in makeH264SPropParamSets()
|
D | MyHandler.h | 1523 CHECK_LT(trackIndex, mTracks.size()); in parsePlayResponse() 1556 CHECK_LT(index, mTracks.size()); in getTrackFormat()
|
D | MyTransmitter.h | 883 CHECK_LT(startCodePos + 3, size); in onMessageReceived()
|
/frameworks/av/media/libstagefright/ |
D | HevcUtils.cpp | 117 CHECK_LT(index, mNalUnits.size()); in getType() 122 CHECK_LT(index, mNalUnits.size()); in getSize() 127 CHECK_LT(index, mNalUnits.size()); in write()
|
D | MPEG4Writer.cpp | 131 CHECK_LT(mEntryCapacity, UINT32_MAX / mElementCapacity); in ListTableEntries() 148 CHECK_LT(pos, mTotalNumTableEntries * mEntryCapacity); in set() 187 CHECK_LT(mNumValuesInCurrEntry, mElementCapacity); in add() 1186 CHECK_LT(length, 65536); in addLengthPrefixedSample_l() 2947 CHECK_LT(23 + mCodecSpecificDataSize, 128); in writeVideoFourCCBox() 3028 CHECK_LT(mCodecSpecificDataSize + 23, 128); in writeMp4aEsdsBox()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 481 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 576 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 591 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 609 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived()
|
D | NuPlayerDecoder.cpp | 776 CHECK_LT(bufferIx, mInputBuffers.size()); in onInputBufferFetched()
|
/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/include/media/stagefright/foundation/ |
D | ADebug.h | 98 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
|
/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 | 304 CHECK_LT(mState, AWAITING_CLIENT_TEARDOWN); in onMessageReceived()
|
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 437 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta() 566 CHECK_LT(new_path.length(), PKG_PATH_MAX); in calculate_odex_file_path()
|
/frameworks/av/cmds/stagefright/ |
D | stream.cpp | 93 CHECK_LT(index, mBuffers.size()); in onBufferAvailable()
|
/frameworks/av/media/libstagefright/httplive/ |
D | M3UParser.cpp | 423 CHECK_LT(index, mItems.size()); in getTypeURI()
|
D | PlaylistFetcher.cpp | 2015 CHECK_LT(offset + 5, buffer->size()); in extractAndQueueAccessUnits()
|