Searched refs:ADebug (Results 151 - 175 of 222) sorted by last modified time

123456789

/frameworks/av/media/libstagefright/include/
H A DCallbackDataSource.h21 #include <media/stagefright/foundation/ADebug.h>
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp24 #include <media/stagefright/foundation/ADebug.h>
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp29 #include <media/stagefright/foundation/ADebug.h>
H A DAnotherPacketSource.cpp25 #include <media/stagefright/foundation/ADebug.h>
H A DESQueue.cpp19 #include <media/stagefright/foundation/ADebug.h>
H A DMPEG2PSExtractor.cpp28 #include <media/stagefright/foundation/ADebug.h>
H A DMPEG2TSExtractor.cpp27 #include <media/stagefright/foundation/ADebug.h>
/frameworks/av/media/libstagefright/omx/
H A DFrameDropper.cpp23 #include <media/stagefright/foundation/ADebug.h>
H A DGraphicBufferSource.cpp30 #include <media/stagefright/foundation/ADebug.h>
H A DOMX.cpp30 #include <media/stagefright/foundation/ADebug.h>
H A DOMXMaster.cpp28 #include <media/stagefright/foundation/ADebug.h>
H A DOMXNodeInstance.cpp36 #include <media/stagefright/foundation/ADebug.h>
59 #define CLOG_LIFE(fn, fmt, ...) CLOGI_(ADebug::kDebugLifeCycle, fn, fmt, ##__VA_ARGS__)
60 #define CLOG_STATE(fn, fmt, ...) CLOGI_(ADebug::kDebugState, fn, fmt, ##__VA_ARGS__)
61 #define CLOG_CONFIG(fn, fmt, ...) CLOGI_(ADebug::kDebugConfig, fn, fmt, ##__VA_ARGS__)
62 #define CLOG_INTERNAL(fn, fmt, ...) CLOGD_(ADebug::kDebugInternalState, fn, fmt, ##__VA_ARGS__)
68 CLOG_DEBUG_IF(DEBUG >= ADebug::kDebugAll, fn, fmt, ##__VA_ARGS__)
70 CLOG_DEBUG_IF(DEBUG_BUMP >= ADebug::kDebugAll, fn, fmt, ##__VA_ARGS__)
201 mName = ADebug::GetDebugName(name);
202 DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");
1294 if (DEBUG == ADebug
[all...]
H A DSimpleSoftOMXComponent.cpp23 #include <media/stagefright/foundation/ADebug.h>
H A DSoftOMXComponent.cpp23 #include <media/stagefright/foundation/ADebug.h>
H A DSoftOMXPlugin.cpp24 #include <media/stagefright/foundation/ADebug.h>
H A DSoftVideoDecoderOMXComponent.cpp26 #include <media/stagefright/foundation/ADebug.h>
H A DSoftVideoEncoderOMXComponent.cpp27 #include <media/stagefright/foundation/ADebug.h>
/frameworks/av/media/libstagefright/omx/tests/
H A DFrameDropper_test.cpp24 #include <media/stagefright/foundation/ADebug.h>
H A DOMXHarness.cpp31 #include <media/stagefright/foundation/ADebug.h>
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp26 #include <media/stagefright/foundation/ADebug.h>
H A DAAVCAssembler.cpp26 #include <media/stagefright/foundation/ADebug.h>
H A DAH263Assembler.cpp25 #include <media/stagefright/foundation/ADebug.h>
H A DAMPEG2TSAssembler.cpp27 #include <media/stagefright/foundation/ADebug.h>
H A DAMPEG4AudioAssembler.cpp27 #include <media/stagefright/foundation/ADebug.h>
H A DAMPEG4ElementaryAssembler.cpp28 #include <media/stagefright/foundation/ADebug.h>

Completed in 131 milliseconds

123456789