Searched refs:hexdump (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/av/include/media/stagefright/foundation/
H A Dhexdump.h27 void hexdump(
/frameworks/av/media/libstagefright/foundation/
H A DAndroid.mk20 hexdump.cpp
H A Dhexdump.cpp18 #define LOG_TAG "hexdump"
21 #include "hexdump.h"
42 void hexdump(const void *_data, size_t size, size_t indent, AString *appendTo) { function in namespace:android
H A DParsedMessage.cpp22 #include <media/stagefright/foundation/hexdump.h>
H A DAMessage.cpp33 #include <media/stagefright/foundation/hexdump.h>
490 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp);
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp32 static void hexdump(const void *_data, size_t size) { function
107 hexdump(data, dataSize > 128 ? 128 : dataSize);
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp29 #include <media/stagefright/foundation/hexdump.h>
87 // hexdump(buffer->data(), buffer->size());
H A DAAVCAssembler.cpp28 #include <media/stagefright/foundation/hexdump.h>
129 hexdump(buffer->data(), buffer->size());
299 hexdump(buffer->data(), buffer->size());
H A DARawAudioAssembler.cpp29 #include <media/stagefright/foundation/hexdump.h>
87 // hexdump(buffer->data(), buffer->size());
H A DARTPSession.cpp26 #include <media/stagefright/foundation/hexdump.h>
162 hexdump(accessUnit->data(), accessUnit->size());
H A DAH263Assembler.cpp27 #include <media/stagefright/foundation/hexdump.h>
96 // hexdump(buffer->data(), buffer->size());
H A DAAMRAssembler.cpp28 #include <media/stagefright/foundation/hexdump.h>
135 // hexdump(buffer->data(), buffer->size());
H A DAMPEG4ElementaryAssembler.cpp30 #include <media/stagefright/foundation/hexdump.h>
251 // hexdump(buffer->data(), buffer->size());
H A DAMPEG4AudioAssembler.cpp24 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp27 #include <media/stagefright/foundation/hexdump.h>
406 hexdump(out, sizeof(mAudioSpecificConfigData));
540 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
H A DSoftAACEncoder2.cpp25 #include <media/stagefright/foundation/hexdump.h>
631 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c24 void hexdump(void *_data, size_t len) function
52 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size);
79 #define hexdump(a,b) do{} while (0) macro
345 hexdump(msg->data0, msg->data - msg->data0);
/frameworks/av/media/libstagefright/
H A DMetaData.cpp27 #include <media/stagefright/foundation/hexdump.h>
340 hexdump(data, mSize, 0, &foo);
H A Davc_utils.cpp25 #include <media/stagefright/foundation/hexdump.h>
371 hexdump(seqParamSet->data(), seqParamSet->size());
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp26 #include <media/stagefright/foundation/hexdump.h>
384 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp26 #include <media/stagefright/foundation/hexdump.h>
439 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp28 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp24 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp26 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp27 #include <media/stagefright/foundation/hexdump.h>
584 hexdump(adtsHeader, inHeader->nFilledLen);
599 hexdump(adtsHeader, inHeader->nFilledLen);

Completed in 2903 milliseconds

12