/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | hexdump.h | 27 void hexdump(
|
/frameworks/av/media/module/id3/ |
D | testid3.cpp | 33 static void hexdump(const void *_data, size_t size) { in hexdump() function 109 hexdump(data, dataSize > 128 ? 128 : dataSize); in scanFile()
|
/frameworks/av/media/module/foundation/ |
D | hexdump.cpp | 42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { in hexdump() function
|
D | Android.bp | 97 "hexdump.cpp",
|
D | avc_utils.cpp | 447 hexdump(seqParamSet->data(), seqParamSet->size()); in MakeAVCCodecSpecificData()
|
D | MetaDataBase.cpp | 421 hexdump(data, mSize, 0, &foo); in asString()
|
D | AMessage.cpp | 631 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); in debugString()
|
/frameworks/av/media/module/id3/test/ |
D | ID3Test.cpp | 145 hexdump(data, dataSize > 128 ? 128 : dataSize); in TEST_P() 173 hexdump(data, dataSize > 128 ? 128 : dataSize); in TEST_P()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPSession.cpp | 162 hexdump(accessUnit->data(), accessUnit->size()); in onMessageReceived()
|
D | AAVCAssembler.cpp | 345 hexdump(buffer->data(), buffer->size()); in addSingleNALUnit() 534 hexdump(buffer->data(), buffer->size()); in addFragmentedNALUnit()
|
D | AHEVCAssembler.cpp | 346 hexdump(buffer->data(), buffer->size()); in addSingleNALUnit() 547 hexdump(buffer->data(), buffer->size()); in addFragmentedNALUnit()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 408 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 380 hexdump(csd->m.value, csd->flexCount()); in process() 552 hexdump(outPtr, std::min(outargs.numOutBytes, 256)); in process()
|
D | C2SoftAacDec.cpp | 653 hexdump(adtsHeader, size); in process() 668 hexdump(adtsHeader, size); in process()
|
/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 | 748 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled() 763 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/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 | 469 hexdump(adtsHeader, size); in process() 481 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/module/mpeg2ts/ |
D | ESQueue.cpp | 1194 hexdump(data, size); in appendData()
|
/frameworks/av/media/module/extractors/mp4/ |
D | MPEG4Extractor.cpp | 929 hexdump(buffer, n); in parseChunk() 4744 hexdump(csd, csd_size); in updateAudioTrackInfoFromESDS_MPEG4Audio()
|