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.mk24 hexdump.cpp
Dhexdump.cpp42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { in hexdump() function
DMetaData.cpp353 hexdump(data, mSize, 0, &foo); in asString()
DAMessage.cpp555 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); in debugString()
DANetworkSession.cpp352 hexdump(tmp, n); in readMore()
/frameworks/native/cmds/servicemanager/
Dbinder.c25 void hexdump(void *_data, size_t len) in hexdump() function
53 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size); in binder_dump_txn()
80 #define hexdump(a,b) do{} while (0) macro
364 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.h447 hexdump(buffer->data(), n); in onMessageReceived()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp434 hexdump(out, sizeof(mAudioSpecificConfigData)); in onQueueFilled()
568 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
DSoftAACEncoder2.cpp692 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp412 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp467 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp632 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
647 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/
Davc_utils.cpp413 hexdump(seqParamSet->data(), seqParamSet->size()); in MakeAVCCodecSpecificData()
DMPEG4Extractor.cpp280 static void hexdump(const void *_data, size_t size) { in hexdump() function
869 hexdump(buffer, n); in parseChunk()
3193 hexdump(csd, csd_size); in updateAudioTrackInfoFromESDS_MPEG4Audio()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp459 hexdump(data, size); in appendData()