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

12

/frameworks/av/include/media/stagefright/foundation/
H A Dhexdump.h27 void hexdump(
/frameworks/av/media/libstagefright/foundation/
H A DAndroid.mk24 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 DMetaData.cpp27 #include <media/stagefright/foundation/hexdump.h>
353 hexdump(data, mSize, 0, &foo);
H A DParsedMessage.cpp22 #include <media/stagefright/foundation/hexdump.h>
H A DAMessage.cpp34 #include <media/stagefright/foundation/hexdump.h>
555 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>
434 hexdump(out, sizeof(mAudioSpecificConfigData));
568 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
H A DSoftAACEncoder2.cpp26 #include <media/stagefright/foundation/hexdump.h>
692 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c25 void hexdump(void *_data, size_t len) function
53 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size);
80 #define hexdump(a,b) do{} while (0) macro
364 hexdump(msg->data0, msg->data - msg->data0);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp26 #include <media/stagefright/foundation/hexdump.h>
412 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp26 #include <media/stagefright/foundation/hexdump.h>
467 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/av/drm/libmediadrm/
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/
H A Davc_utils.cpp25 #include <media/stagefright/foundation/hexdump.h>
413 hexdump(seqParamSet->data(), seqParamSet->size());
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp27 #include <media/stagefright/foundation/hexdump.h>
632 hexdump(adtsHeader, inHeader->nFilledLen);
647 hexdump(adtsHeader, inHeader->nFilledLen);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp23 #include <media/stagefright/foundation/hexdump.h>
459 hexdump(data, size);
1115 // hexdump(csd->data(), csd->size());
1171 // hexdump(accessUnit->data(), accessUnit->size());
1319 // hexdump(csd->data(), csd->size());
1363 // hexdump(accessUnit->data(), accessUnit->size());

Completed in 290 milliseconds

12