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.mk15 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 DAMessage.cpp28 #include <media/stagefright/foundation/hexdump.h>
408 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>
85 // hexdump(buffer->data(), buffer->size());
H A DAAVCAssembler.cpp28 #include <media/stagefright/foundation/hexdump.h>
122 hexdump(buffer->data(), buffer->size());
292 hexdump(buffer->data(), buffer->size());
H A DARawAudioAssembler.cpp29 #include <media/stagefright/foundation/hexdump.h>
85 // hexdump(buffer->data(), buffer->size());
H A DARTPSession.cpp26 #include <media/stagefright/foundation/hexdump.h>
162 hexdump(accessUnit->data(), accessUnit->size());
H A DAH263Assembler.cpp24 #include <media/stagefright/foundation/hexdump.h>
93 // 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());
/frameworks/av/media/libmediaplayerservice/
H A DCrypto.cpp26 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp25 #include <media/stagefright/foundation/hexdump.h>
418 hexdump(adtsHeader, inHeader->nFilledLen);
433 hexdump(adtsHeader, inHeader->nFilledLen);
/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.cpp24 #include <media/stagefright/foundation/hexdump.h>
554 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/base/cmds/servicemanager/
H A Dbinder.c23 void hexdump(void *_data, unsigned len) function
51 hexdump(txn->data, txn->data_size);
78 #define hexdump(a,b) do{} while (0) macro
333 hexdump(msg->data0, msg->data - msg->data0);
/frameworks/av/media/libstagefright/
H A DMetaData.cpp26 #include <media/stagefright/foundation/hexdump.h>
325 hexdump(data, mSize, 0, &foo);
H A Davc_utils.cpp294 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/libstagefright/codecs/raw/
H A DSoftRaw.cpp24 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.cpp27 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp23 #include <media/stagefright/foundation/hexdump.h>
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp34 #include <media/stagefright/foundation/hexdump.h>
296 hexdump(tmp, n);
470 hexdump(mOutBuffer.c_str(), n);

Completed in 266 milliseconds

12