/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/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | hexdump.h | 27 void hexdump(
|
/frameworks/av/media/libstagefright/foundation/ |
D | hexdump.cpp | 42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { in hexdump() function
|
D | Android.bp | 78 "hexdump.cpp",
|
D | avc_utils.cpp | 434 hexdump(seqParamSet->data(), seqParamSet->size()); in MakeAVCCodecSpecificData()
|
D | MetaDataBase.cpp | 410 hexdump(data, mSize, 0, &foo); in asString()
|
D | AMessage.cpp | 604 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); in debugString()
|
/frameworks/native/cmds/servicemanager/ |
D | binder.c | 26 void hexdump(void *_data, size_t len) in hexdump() function 54 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size); in binder_dump_txn() 81 #define hexdump(a,b) do{} while (0) macro 391 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/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 348 hexdump(csd->m.value, csd->flexCount()); in process() 494 hexdump(outPtr, std::min(outargs.numOutBytes, 256)); in process()
|
D | C2SoftAacDec.cpp | 586 hexdump(adtsHeader, size); in process() 601 hexdump(adtsHeader, size); in process()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 408 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 463 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 696 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled() 711 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 611 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled() 625 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 286 hexdump(CastParam<C2CompositeInfo>(params[0])->m.blob, 8, 0, &hex); in TEST_F()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 707 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 466 hexdump(adtsHeader, size); in process() 478 hexdump(adtsHeader, size); in process()
|
/frameworks/av/media/codec2/sfplugin/ |
D | ReflectedParamUpdater.cpp | 100 hexdump(bufValue->data(), bufValue->size(), indent_ + 4, &tmp); in debugString()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 693 hexdump(data, size); in appendData()
|
/frameworks/av/media/extractors/mp4/ |
D | MPEG4Extractor.cpp | 863 hexdump(buffer, n); in parseChunk() 4300 hexdump(csd, csd_size); in updateAudioTrackInfoFromESDS_MPEG4Audio()
|