HomeSort by relevance Sort by last modified time
    Searched refs:cast (Results 226 - 250 of 1566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/cast/transport/rtp_sender/
rtp_sender.h 5 // This file contains the interface to the cast RTP sender.
17 #include "media/cast/cast_config.h"
18 #include "media/cast/cast_environment.h"
19 #include "media/cast/transport/cast_transport_defines.h"
20 #include "media/cast/transport/cast_transport_sender.h"
21 #include "media/cast/transport/pacing/paced_sender.h"
22 #include "media/cast/transport/rtp_sender/packet_storage/packet_storage.h"
23 #include "media/cast/transport/rtp_sender/rtp_packetizer/rtp_packetizer.h"
26 namespace cast { namespace in namespace:media
30 // This object is only called from the main cast thread
    [all...]
  /external/chromium_org/media/cast/video_sender/
external_video_encoder.h 10 #include "media/cast/cast_config.h"
11 #include "media/cast/cast_environment.h"
12 #include "media/cast/video_sender/video_encoder.h"
20 namespace cast { namespace in namespace:media
24 // This object is called external from the main cast thread and internally from
36 // Called from the main cast thread. This function post the encode task to the
48 // The following functions are called from the main cast thread.
83 } // namespace cast
video_encoder_impl.h 9 #include "media/cast/cast_config.h"
10 #include "media/cast/cast_environment.h"
11 #include "media/cast/video_sender/software_video_encoder.h"
12 #include "media/cast/video_sender/video_encoder.h"
17 namespace cast { namespace in namespace:media
19 // This object is called external from the main cast thread and internally from
38 // Called from the main cast thread. This function post the encode task to the
50 // The following functions are called from the main cast thread.
69 } // namespace cast
external_video_encoder.cc 5 #include "media/cast/video_sender/external_video_encoder.h"
14 #include "media/cast/cast_defines.h"
15 #include "media/cast/logging/logging_defines.h"
16 #include "media/cast/transport/cast_transport_config.h"
20 namespace cast { namespace in namespace:media
22 } // namespace cast
29 const scoped_refptr<media::cast::CastEnvironment>& cast_environment,
31 media::cast::RtpTimestamp rtp_timestamp,
34 event_time, media::cast::FRAME_ENCODED, media::cast::VIDEO_EVENT
59 namespace cast { namespace in namespace:media
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 68 Renderer* cast() function in class:WebCore::RenderSVGResource
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.h 14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1)
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_malloc.h 187 #define MALLOC(space, cast, size, type, flags) \
188 ((space) = (cast)malloc((u_long)(size))); \
224 #define MALLOC(space, cast, size, type, flags) \
225 ((space) = (cast)malloc((u_long)(size), (type), (flags)))
  /external/chromium_org/v8/src/
conversions.h 179 if (number->IsSmi()) return Smi::cast(number)->value();
185 if (number->IsSmi()) return Smi::cast(number)->value();
200 int value = Smi::cast(number)->value();
210 double value = HeapNumber::cast(number)->value();
  /external/clang/include/clang/AST/
LambdaCapture.h 90 return cast<VarDecl>(DeclAndBits.getPointer());
  /external/clang/include/clang/Basic/
LLVM.h 55 using llvm::cast;
  /external/clang/lib/Analysis/
ReachableCode.cpp 184 dyn_cast_or_null<FunctionDecl>(cast<CallExpr>(S)->getCalleeDecl());
188 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP);
194 const Expr *E = cast<Expr>(S);
203 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP);
207 const BinaryOperator *B = cast<BinaryOperator>(S);
218 const UnaryOperator *UO = cast<UnaryOperator>(S);
514 const BinaryOperator *BO = cast<BinaryOperator>(S);
518 const UnaryOperator *UO = cast<UnaryOperator>(S);
523 const CompoundAssignOperator *CAO = cast<CompoundAssignOperator>(S);
531 cast<AbstractConditionalOperator>(S)
    [all...]
  /external/eigen/doc/snippets/
EigenSolver_EigenSolver_MatrixType.cpp 12 cout << "... and A * v = " << endl << A.cast<complex<double> >() * v << endl << endl;
  /external/eigen/test/
eigensolver_generic.cpp 36 VERIFY_IS_APPROX((symmA.template cast<Complex>()) * (ei0.pseudoEigenvectors().template cast<Complex>()),
37 (ei0.pseudoEigenvectors().template cast<Complex>()) * (ei0.eigenvalues().asDiagonal()));
42 VERIFY_IS_APPROX(a.template cast<Complex>() * ei1.eigenvectors(),
geo_parametrizedline.cpp 48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
50 ParametrizedLine<Scalar,Dim> hp1d = l0.template cast<Scalar>();
51 VERIFY_IS_APPROX(hp1d.template cast<Scalar>(),l0);
  /external/guava/guava/src/com/google/common/collect/
Queues.java 78 return new ConcurrentLinkedQueue<E>(Collections2.cast(elements));
117 return new LinkedBlockingQueue<E>(Collections2.cast(elements));
146 return new PriorityBlockingQueue<E>(Collections2.cast(elements));
172 return new PriorityQueue<E>(Collections2.cast(elements));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 44 // Class.cast is not supported in GWT. This method is a no-op in GWT.
46 clazz.cast(obj);
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 33 return cast<T>(unwrap(P)); \
42 assert(Q && "Invalid cast!"); \
Casting.h 10 // This file defines the isa<X>(), cast<X>(), dyn_cast<X>(), cast_or_null<X>(),
138 // cast<x> Support Templates
144 // Calculate what type the 'cast' function should return, based on a requested
199 // This _is_ a simple type, just cast it.
212 // cast<X> - Return the argument parameter cast to the specified type. This
217 // cast<Instruction>(myVal)->getParent()
222 cast(const Y &Val) { function in namespace:llvm
223 assert(isa<X>(Val) && "cast<Ty>() argument of incompatible type!");
229 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) function in namespace:llvm
236 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) { function in namespace:llvm
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 86 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
125 plt1 = &(llvm::cast<ARMPLT1>(*it));
155 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
162 plt1 = &(llvm::cast<ARMPLT1>(*it));
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 43 DIEString *S = cast<DIEString>(V);
281 Hash.update((uint64_t)cast<DIEInteger>(*I)->getValue());
312 hashDIEEntry(Attribute, Tag, cast<DIEEntry>(Value)->getEntry());
325 addSLEB128((int64_t)cast<DIEInteger>(Value)->getValue());
332 addULEB128((int64_t)cast<DIEInteger>(Value)->getValue());
343 addString(cast<DIEString>(Value)->getString());
352 addULEB128(cast<DIEBlock>(Value)->ComputeSize(AP));
353 hashBlockData(cast<DIEBlock>(Value)->getValues());
355 addULEB128(cast<DIELoc>(Value)->ComputeSize(AP));
356 hashBlockData(cast<DIELoc>(Value)->getValues())
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_session_custom_bindings.js 5 // Custom binding for the Cast Streaming Session API.
7 var binding = require('binding').Binding.create('cast.streaming.session');
cast_streaming_udp_transport_custom_bindings.js 5 // Custom binding for the Cast Streaming UdpTransport API.
7 var binding = require('binding').Binding.create('cast.streaming.udpTransport');
  /external/clang/lib/AST/
Comment.cpp 158 const FunctionDecl *FD = cast<FunctionDecl>(CommentDecl);
172 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl);
179 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl);
190 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl);
201 const ClassTemplateDecl *CTD = cast<ClassTemplateDecl>(CommentDecl);
209 cast<ClassTemplatePartialSpecializationDecl>(CommentDecl);
237 const TypedefDecl *TD = cast<TypedefDecl>(CommentDecl);
317 const TypeAliasTemplateDecl *TAT = cast<TypeAliasTemplateDecl>(CommentDecl);
  /external/clang/lib/CodeGen/
CGVTables.h 72 return *cast<ItaniumVTableContext>(VTContext);
76 return *cast<MicrosoftVTableContext>(VTContext);
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java 84 return new JCs(JHdf.cast(hdf), jSilver, loadPathCache);
93 JCs cs = new JCs(JHdf.cast(hdf), jSilver, loadPathCache);

Completed in 1301 milliseconds

1 2 3 4 5 6 7 8 91011>>