/frameworks/av/media/libstagefright/id3/ |
D | testid3.cpp | 32 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/ |
D | hexdump.h | 27 void hexdump(
|
/frameworks/av/media/libstagefright/foundation/ |
D | Android.mk | 24 hexdump.cpp
|
D | hexdump.cpp | 42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { in hexdump() function
|
D | MetaData.cpp | 353 hexdump(data, mSize, 0, &foo); in asString()
|
D | AMessage.cpp | 555 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); in debugString()
|
D | ANetworkSession.cpp | 352 hexdump(tmp, n); in readMore()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 25 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/ |
D | AAVCAssembler.cpp | 129 hexdump(buffer->data(), buffer->size()); in addSingleNALUnit() 299 hexdump(buffer->data(), buffer->size()); in addFragmentedNALUnit()
|
D | ARTPSession.cpp | 162 hexdump(accessUnit->data(), accessUnit->size()); in onMessageReceived()
|
D | MyTransmitter.h | 447 hexdump(buffer->data(), n); in onMessageReceived()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder.cpp | 434 hexdump(out, sizeof(mAudioSpecificConfigData)); in onQueueFilled() 568 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
D | SoftAACEncoder2.cpp | 692 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 412 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 467 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 632 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled() 647 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/ |
D | avc_utils.cpp | 413 hexdump(seqParamSet->data(), seqParamSet->size()); in MakeAVCCodecSpecificData()
|
D | MPEG4Extractor.cpp | 280 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/ |
D | ESQueue.cpp | 459 hexdump(data, size); in appendData()
|