Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp147 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/
DSimpleSoftOMXComponent.cpp200 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/
Dhexdump.cpp37 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
DAString.cpp157 CHECK_LT(start, mSize); in erase()
DAMessage.cpp477 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()
DANetworkSession.cpp1073 CHECK_LT(res, 0); in createClientOrServer()
/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp174 CHECK_LT(index, mTracks.size()); in getFormat()
182 CHECK_LT(index, mTracks.size()); in findAttribute()
DARTPSession.cpp238 CHECK_LT(index, mTracks.size()); in trackAt()
DAPacketSource.cpp165 CHECK_LT(numSeqParameterSets, 32u); in MakeAVCCodecSpecificData()
280 CHECK_LT(20 + config->size(), 128u); in MakeAACCodecSpecificData2()
DAMPEG4AudioAssembler.cpp411 CHECK_LT(offset, buffer->size()); in removeLATMFraming()
DARTPWriter.cpp541 CHECK_LT(startCodePos + 3, size); in makeH264SPropParamSets()
DMyHandler.h1523 CHECK_LT(trackIndex, mTracks.size()); in parsePlayResponse()
1556 CHECK_LT(index, mTracks.size()); in getTrackFormat()
DMyTransmitter.h883 CHECK_LT(startCodePos + 3, size); in onMessageReceived()
/frameworks/av/media/libstagefright/
DHevcUtils.cpp117 CHECK_LT(index, mNalUnits.size()); in getType()
122 CHECK_LT(index, mNalUnits.size()); in getSize()
127 CHECK_LT(index, mNalUnits.size()); in write()
DMPEG4Writer.cpp131 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/
DRTSPSource.cpp481 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()
DNuPlayerDecoder.cpp776 CHECK_LT(bufferIx, mInputBuffers.size()); in onInputBufferFetched()
/frameworks/wilhelm/src/android/
Dandroid_StreamPlayer.cpp84 CHECK_LT(index, mBuffers.size()); in onBufferAvailable()
200 CHECK_LT(bufferId, mBuffers.size()); in pullFromBuffQueue()
/frameworks/av/include/media/stagefright/foundation/
DADebug.h98 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) macro
/frameworks/av/media/libstagefright/wifi-display/source/
DTSPacketizer.cpp246 CHECK_LT(index, mDescriptors.size()); in descriptorAt()
774 CHECK_LT(program_info_length, 0x400); in packetize()
1039 CHECK_LT(trackIndex, mTracks.size()); in prependCSD()
DWifiDisplaySource.cpp304 CHECK_LT(mState, AWAITING_CLIENT_TEARDOWN); in onMessageReceived()
/frameworks/native/cmds/installd/
Dotapreopt.cpp437 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/
Dstream.cpp93 CHECK_LT(index, mBuffers.size()); in onBufferAvailable()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp423 CHECK_LT(index, mItems.size()); in getTypeURI()
DPlaylistFetcher.cpp2015 CHECK_LT(offset + 5, buffer->size()); in extractAndQueueAccessUnits()

12