Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/id3/
Dtestid3.cpp32 static void hexdump(const void *_data, size_t size) { in hexdump() function
107 hexdump(data, dataSize > 128 ? 128 : dataSize); in scanFile()
/frameworks/av/include/media/stagefright/foundation/
Dhexdump.h27 void hexdump(
/frameworks/av/media/libstagefright/foundation/
DAndroid.mk20 hexdump.cpp
Dhexdump.cpp42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { in hexdump() function
DAMessage.cpp490 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); in debugString()
DANetworkSession.cpp352 hexdump(tmp, n); in readMore()
/frameworks/native/cmds/servicemanager/
Dbinder.c24 void hexdump(void *_data, size_t len) in hexdump() function
52 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size); in binder_dump_txn()
79 #define hexdump(a,b) do{} while (0) macro
345 hexdump(msg->data0, msg->data - msg->data0); in binder_call()
/frameworks/av/media/libstagefright/rtsp/
DAAVCAssembler.cpp129 hexdump(buffer->data(), buffer->size()); in addSingleNALUnit()
299 hexdump(buffer->data(), buffer->size()); in addFragmentedNALUnit()
DARTPSession.cpp162 hexdump(accessUnit->data(), accessUnit->size()); in onMessageReceived()
DMyTransmitter.h444 hexdump(buffer->data(), n); in onMessageReceived()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp406 hexdump(out, sizeof(mAudioSpecificConfigData)); in onQueueFilled()
540 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
DSoftAACEncoder2.cpp631 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/
DMetaData.cpp340 hexdump(data, mSize, 0, &foo); in asString()
Davc_utils.cpp371 hexdump(seqParamSet->data(), seqParamSet->size()); in MakeAVCCodecSpecificData()
DMPEG4Extractor.cpp268 static void hexdump(const void *_data, size_t size) { in hexdump() function
824 hexdump(buffer, n); in parseChunk()
2726 hexdump(csd, csd_size); in updateAudioTrackInfoFromESDS_MPEG4Audio()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp384 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp439 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp584 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
599 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp453 hexdump(data, size); in appendData()