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

12

/frameworks/av/include/media/stagefright/foundation/
H A Dhexdump.h27 void hexdump(
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A Dhexdump.h27 void hexdump(
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A Dhexdump.h27 void hexdump(
/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/foundation/
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>
/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());
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp27 #include <media/stagefright/foundation/hexdump.h>
429 hexdump(out, sizeof(mAudioSpecificConfigData));
563 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
H A DSoftAACEncoder2.cpp27 #include <media/stagefright/foundation/hexdump.h>
707 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c26 void hexdump(void *_data, size_t len) function
54 hexdump((void *)(uintptr_t)txn->data.ptr.buffer, txn->data_size);
81 #define hexdump(a,b) do{} while (0) macro
365 hexdump(msg->data0, msg->data - msg->data0);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp26 #include <media/stagefright/foundation/hexdump.h>
408 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp26 #include <media/stagefright/foundation/hexdump.h>
463 hexdump(outHeader->pBuffer + outHeader->nOffset, outHeader->nFilledLen);
/frameworks/av/drm/mediacas/plugins/mock/
H A DMockCasPlugin.cpp20 #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>
422 hexdump(seqParamSet->data(), seqParamSet->size());
/frameworks/av/media/libstagefright/flac/dec/
H A DFLACDecoder.cpp24 #include <media/stagefright/foundation/hexdump.h>
334 //hexdump(inBuffer, inBufferLen);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp27 #include <media/stagefright/foundation/hexdump.h>
680 hexdump(adtsHeader, inHeader->nFilledLen);
695 hexdump(adtsHeader, inHeader->nFilledLen);
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp30 #include <media/stagefright/foundation/hexdump.h>

Completed in 359 milliseconds

12