Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
Dhexdump.h27 void hexdump(
/frameworks/av/media/module/id3/
Dtestid3.cpp33 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/
Dhexdump.cpp42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { in hexdump() function
DAndroid.bp97 "hexdump.cpp",
Davc_utils.cpp447 hexdump(seqParamSet->data(), seqParamSet->size()); in MakeAVCCodecSpecificData()
DMetaDataBase.cpp421 hexdump(data, mSize, 0, &foo); in asString()
DAMessage.cpp631 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); in debugString()
/frameworks/av/media/module/id3/test/
DID3Test.cpp145 hexdump(data, dataSize > 128 ? 128 : dataSize); in TEST_P()
173 hexdump(data, dataSize > 128 ? 128 : dataSize); in TEST_P()
/frameworks/av/media/libstagefright/rtsp/
DARTPSession.cpp162 hexdump(accessUnit->data(), accessUnit->size()); in onMessageReceived()
DAAVCAssembler.cpp345 hexdump(buffer->data(), buffer->size()); in addSingleNALUnit()
534 hexdump(buffer->data(), buffer->size()); in addFragmentedNALUnit()
DAHEVCAssembler.cpp346 hexdump(buffer->data(), buffer->size()); in addSingleNALUnit()
547 hexdump(buffer->data(), buffer->size()); in addFragmentedNALUnit()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp408 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp380 hexdump(csd->m.value, csd->flexCount()); in process()
552 hexdump(outPtr, std::min(outargs.numOutBytes, 256)); in process()
DC2SoftAacDec.cpp653 hexdump(adtsHeader, size); in process()
668 hexdump(adtsHeader, size); in process()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp463 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp748 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
763 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp611 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
625 hexdump(adtsHeader, inHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp707 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen); in onQueueFilled()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp469 hexdump(adtsHeader, size); in process()
481 hexdump(adtsHeader, size); in process()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp100 hexdump(bufValue->data(), bufValue->size(), indent_ + 4, &tmp); in debugString()
/frameworks/av/media/module/mpeg2ts/
DESQueue.cpp1194 hexdump(data, size); in appendData()
/frameworks/av/media/module/extractors/mp4/
DMPEG4Extractor.cpp929 hexdump(buffer, n); in parseChunk()
4744 hexdump(csd, csd_size); in updateAudioTrackInfoFromESDS_MPEG4Audio()