HomeSort by relevance Sort by last modified time
    Searched refs:StreamType (Results 1 - 21 of 21) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
simdtest.cpp 42 template <typename StreamType>
52 StreamType s(buffer);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 64 enum StreamType {
69 status_t startStream(StreamType type,
95 StreamType mActiveRequest;
StreamingProcessor.cpp 440 status_t StreamingProcessor::startStream(StreamType type,
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 383 template <typename Self, typename StreamType>
395 static void print(const SExpr *E, StreamType &SS) {
403 void newline(StreamType &SS) {
460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) {
474 void printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) {
501 void printNull(StreamType &SS) {
505 void printFuture(const Future *E, StreamType &SS) {
509 void printUndefined(const Undefined *E, StreamType &SS) {
513 void printWildcard(const Wildcard *E, StreamType &SS) {
518 void printLiteralT(const LiteralT<T> *E, StreamType &SS)
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 57 enum StreamType {
76 status_t dequeueAccessUnit(StreamType stream, sp<ABuffer> *accessUnit);
78 status_t getStreamFormat(StreamType stream, sp<AMessage> *format);
100 static const char *getKeyForStream(StreamType type);
101 static const char *getNameForStream(StreamType type);
102 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
223 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
278 static StreamType indexToType(int idx);
287 void swapPacketSource(StreamType stream)
    [all...]
PlaylistFetcher.h 137 KeyedVector<LiveSession::StreamType, sp<AnotherPacketSource> >
LiveSession.cpp 227 const char *LiveSession::getKeyForStream(StreamType type) {
244 const char *LiveSession::getNameForStream(StreamType type) {
261 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) {
340 StreamType stream, sp<ABuffer> *accessUnit) {
470 status_t LiveSession::getStreamFormat(StreamType stream, sp<AMessage> *format) {
539 StreamType stream = indexToType(i);
605 StreamType stream = indexToType(i);
    [all...]
PlaylistFetcher.cpp     [all...]
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.h 55 template <class StreamType>
56 size_t GetStream(ULONG stream_number, StreamType** stream) const {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 84 LiveSession::StreamType fetchType, int32_t pushWhat);
HTTPLiveSource.cpp 210 LiveSession::StreamType fetchType, int32_t pushWhat) {
  /external/webrtc/webrtc/video/
vie_channel.h 54 enum StreamType {
120 const StreamType usage,
198 int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
vie_channel.cc 666 const StreamType usage,
677 int32_t ViEChannel::SetRemoteSSRCType(const StreamType usage,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 114 template\<typename StreamType, typename TokenType, typename TokenBuilder>
115 class <name> : public antlr3::Lexer\<StreamType,TokenType,TokenBuilder> {
117 typedef typename StreamType::position_type position_type;
118 typedef typename StreamType::char_type char_type;
138 <name>(StreamType* input)
139 : antlr3::Lexer\<StreamType,TokenType,TokenBuilder>(input)
284 <name>(StreamType* input)
285 : <superClass>\<StreamType,TokenType>(input)
524 StreamType& input(this->getInput());
553 StreamType& input(this->getInput())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dmusicks.h 221 IN DMUS_STREAM_TYPE StreamType,
249 IN DMUS_STREAM_TYPE StreamType, \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 92 [in] STREAM_TYPE StreamType,
133 [in] const STREAM_TYPE StreamType);
amstream.h 385 STREAM_TYPE StreamType,
476 STREAM_TYPE StreamType,
533 #define IAMMultiMediaStream_Initialize(This,StreamType,dwFlags,pFilterGraph) (This)->lpVtbl->Initialize(This,StreamType,dwFlags,pFilterGraph)
580 static FORCEINLINE HRESULT IAMMultiMediaStream_Initialize(IAMMultiMediaStream* This,STREAM_TYPE StreamType,DWORD dwFlags,IGraphBuilder *pFilterGraph) {
581 return This->lpVtbl->Initialize(This,StreamType,dwFlags,pFilterGraph);
608 STREAM_TYPE StreamType,
688 const STREAM_TYPE StreamType) = 0;
758 const STREAM_TYPE StreamType);
796 #define IAMMediaStream_Initialize(This,pSourceObject,dwFlags,PurposeId,StreamType) (This)->lpVtbl->Initialize(This,pSourceObject,dwFlags,PurposeId,StreamType
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 467 /** StreamType Stream types
476 enum StreamType
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 414 enum StreamType {
422 StreamType mStreamType;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 765 milliseconds