/frameworks/ml/nn/runtime/ |
D | ModelBuilder.h | 88 CHECK_LT(i, mInputIndexes.size()); in getInputOperandIndex() 94 CHECK_LT(index, mOperands.size()); in getInputOperand() 98 CHECK_LT(i, mOutputIndexes.size()); in getOutputOperandIndex() 104 CHECK_LT(index, mOperands.size()); in getOutputOperand() 121 CHECK_LT(i, mReferencedModels.size()); in getReferencedModel()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 230 CHECK_LT(portIndex, mPorts.size()); in useBuffer() 263 CHECK_LT(port->mBuffers.size(), port->mDef.nBufferCountActual); in useBuffer() 309 CHECK_LT(portIndex, mPorts.size()); in freeBuffer() 527 CHECK_LT(portIndex, mPorts.size()); in onPortEnable() 581 CHECK_LT(portIndex, mPorts.size()); in onPortFlush() 730 CHECK_LT(portIndex, mPorts.size()); in getPortQueue() 736 CHECK_LT(portIndex, mPorts.size()); in editPortInfo()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ADebug.h | 86 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro 102 #define CHECK_LT_DBG CHECK_LT
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.cc | 291 CHECK_LT(index, param_types_.size()); in ArgType() 367 CHECK_LT(value, 16); in BuildConst4() 440 CHECK_LT(RegisterValue(*instruction.dest()), 16); in EncodeMove() 444 CHECK_LT(RegisterValue(*instruction.dest()), kMaxRegisters); in EncodeMove() 445 CHECK_LT(source.value(), 65536); // make sure we don't need a jumbo string in EncodeMove() 552 CHECK_LT(RegisterValue(*instruction.dest()), 256); in EncodeNew() 564 CHECK_LT(RegisterValue(*instruction.dest()), 256); in EncodeCast()
|
D | dex_builder.h | 402 CHECK_LT(a, 16); in Encode11n() 404 CHECK_LT(b, 8); in Encode11n()
|
/frameworks/av/media/codec2/vndk/include/ |
D | android-C2Debug-log.h | 52 #define C2_CHECK_LT CHECK_LT
|
/frameworks/av/media/libstagefright/foundation/ |
D | hexdump.cpp | 37 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
|
D | AString.cpp | 171 CHECK_LT(start, mSize); in erase()
|
/frameworks/ml/nn/common/ |
D | BufferTracker.cpp | 63 CHECK_LT(poolIndex, request.pools.size()); in validateRequest() 219 CHECK_LT(token, mTokenToBuffers.size()); in free()
|
D | OperationResolver.cpp | 193 CHECK_LT(index, kNumberOfOperationTypes); in registerOperation()
|
D | ValidateHal.cpp | 460 CHECK_LT(modelOperand.location.offset, subgraphs.size()); in validateOperations() 472 CHECK_LT(subgraph.inputIndexes[index], subgraph.operands.size()); in validateOperations() 478 CHECK_LT(subgraph.outputIndexes[index], subgraph.operands.size()); in validateOperations()
|
D | CpuExecutor.cpp | 716 CHECK_LT(poolIndex, mModelPoolInfos->size()); in initializeRunTimeInfo() 724 CHECK_LT(subgraphIndex, mReferencedSubgraphs->size()); in initializeRunTimeInfo() 763 CHECK_LT(poolIndex, requestPoolInfos.size()); in updateForArguments()
|
/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 | 164 CHECK_LT(numSeqParameterSets, 32u); in MakeAVCCodecSpecificData() 279 CHECK_LT(20 + config->size(), 128u); in MakeAACCodecSpecificData2()
|
D | AMPEG4AudioAssembler.cpp | 411 CHECK_LT(offset, buffer->size()); in removeLATMFraming()
|
D | ARTPWriter.cpp | 543 CHECK_LT(startCodePos + 3, size); in makeH264SPropParamSets()
|
D | MyHandler.h | 1498 CHECK_LT(trackIndex, mTracks.size()); in parsePlayResponse() 1531 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 | 135 CHECK_LT(index, mNalUnits.size()); in getType() 140 CHECK_LT(index, mNalUnits.size()); in getSize() 145 CHECK_LT(index, mNalUnits.size()); in write()
|
/frameworks/wilhelm/src/android/ |
D | android_StreamPlayer.cpp | 85 CHECK_LT(index, mBuffers.size()); in onBufferAvailable() 201 CHECK_LT(bufferId, mBuffers.size()); in pullFromBuffQueue()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 586 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 666 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 681 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived() 699 CHECK_LT(trackIndex, mTracks.size()); in onMessageReceived()
|
/frameworks/ml/nn/runtime/test/ |
D | GeneratedTestUtils.cpp | 130 CHECK_LT(refIndex, refSubgraphs.size()); in createModelFromSubgraph()
|
/frameworks/av/cmds/stagefright/ |
D | stream.cpp | 96 CHECK_LT(index, mBuffers.size()); in onBufferAvailable()
|
/frameworks/native/cmds/installd/ |
D | otapreopt.cpp | 529 CHECK_LT(min_delta, max_delta); in ChooseRelocationOffsetDelta()
|