HomeSort by relevance Sort by last modified time
    Searched defs:New (Results 1 - 25 of 38) sorted by null

1 2

  /external/opencore/codecs_v2/audio/sbc/enc/src/
pvsbcencoder.cpp 24 OSCL_EXPORT_REF CPVSbcEncoder* CPVSbcEncoder::New()
26 return new(CPVSbcEncoder);
  /external/v8/test/cctest/
test-list.cc 38 static void* New(size_t size) {
  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccyuv420semiplnrtoyuv420plnr.cpp 28 OSCL_EXPORT_REF ColorConvertBase* CCYUV420SEMItoYUV420 :: New()
ccyuv422toyuv420.cpp 28 OSCL_EXPORT_REF ColorConvertBase* CCYUV422toYUV420 :: New()
ccrgb24toyuv420.cpp 22 OSCL_EXPORT_REF ColorConvertBase* CCRGB24toYUV420 :: New()
cpvvideoblend.cpp 25 OSCL_EXPORT_REF CPVVideoBlend* CPVVideoBlend :: New()
38 CameraInput = (CCYUV422toYUV420*) CCYUV422toYUV420::New();
39 BitmapInput = (CCRGB16toYUV420*) CCRGB16toYUV420::New();
ccrgb12toyuv420.cpp 22 OSCL_EXPORT_REF ColorConvertBase* CCRGB12toYUV420 :: New()
ccrgb16toyuv420.cpp 22 OSCL_EXPORT_REF ColorConvertBase* CCRGB16toYUV420 :: New()
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pvavcdecoder.cpp 30 PVAVCDecoder* PVAVCDecoder::New(void)
32 PVAVCDecoder* self = new PVAVCDecoder;
48 iAVCHandle = (AVCHandle *) new AVCHandle;
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
pvm4vdecoder.cpp 39 PVM4VDecoder* PVM4VDecoder::New(void)
41 PVM4VDecoder* self = new PVM4VDecoder;
57 iVideoCtrls = (VideoDecControls *) new VideoDecControls;
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_event_notifier.cpp 23 OSCL_EXPORT_REF PVMFJBEventNotifier* PVMFJBEventNotifier::New(PVMFMediaClock& aNonDecreasingClock, PVMFMediaClock& aClientPlaybackClock, PVMFMediaClock& aEstimatedServerClock)
pvmf_jb_firewall_pkts_impl.cpp 37 PVFirewallPacketExchanger* PVFirewallPacketExchanger::New(const RTPSessionInfoForFirewallExchange& aRTPSessionInfo)
188 OSCL_EXPORT_REF PVFirewallPacketExchangeImpl* PVFirewallPacketExchangeImpl::New(PVMFJitterBufferFireWallPacketInfo& aFireWallPacketExchangeInfo, PVMFJBEventNotifier& aEventNotifier, PVMFJitterBufferMiscObserver* aObserver)
230 PVFirewallPacketExchanger* pFirewallPacketExchanger = PVFirewallPacketExchanger::New(aRTPSessionInfo);
  /external/v8/src/
allocation.cc 36 void* Malloced::New(size_t size) {
39 if (result == NULL) V8::FatalProcessOutOfMemory("Malloced operator new");
58 void* Embedded::operator new(size_t size) {
69 void* AllStatic::operator new(size_t size) {
113 reinterpret_cast<PreallocatedStorage*>(new char[size]);
121 void* PreallocatedStorage::New(size_t size) {
123 return FreeStoreAllocationPolicy::New(size);
hashmap.h 40 virtual void* New(size_t size) { return Malloced::New(size); }
74 // but insert is set, a new entry is inserted with
zone-inl.h 38 inline void* Zone::New(int size) {
56 return static_cast<T*>(Zone::New(length * sizeof(T)));
74 // If the tree is empty, insert the new node.
75 root_ = new Node(key, C::kNoValue);
86 // Insert the new node.
87 Node* node = new Node(key, C::kNoValue);
201 // No left child, so the new tree is just the right child.
206 // Make the original left child the new root.
208 // Splay to make sure that the new root has an empty right child.
210 // Insert the original right child as the right child of the new
    [all...]
utils.h 284 static Vector<T> New(int length) {
316 // Returns a clone of this vector with a new backing store.
zone.cc 65 // Creates a new segment, sets it size, and pushes it to the front
66 // of the segment chain. Returns the new segment.
67 static Segment* New(int size) {
68 Segment* result = reinterpret_cast<Segment*>(Malloced::New(size));
137 // force a new segment to be allocated on demand.
161 // Compute the new segment size. We use a 'high water mark'
172 // Limit the size of new segments to avoid growing the segment size
178 Segment* segment = Segment::New(new_size);
184 // Recompute 'top' and 'limit' based on the new segment.
zone.h 59 // allocating new segments of memory on demand using malloc().
60 static inline void* New(int size);
76 // All pointers returned from New() have this alignment.
120 // Allocate a new ZoneObject of 'size' bytes in the Zone.
121 void* operator new(size_t size) { return Zone::New(static_cast<int>(size)); }
154 static void* New(int size) { return Zone::New(size); }
168 // Construct a new ZoneList with the given capacity; the length is
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandle.h 47 static PassRefPtr<SocketStreamHandle> create(const KURL& url, SocketStreamHandleClient* client) { return adoptRef(new SocketStreamHandle(url, client)); }
94 enum ConnectingSubstate { New, ExecutingPACFile, WaitingForCredentials, WaitingForConnect, Connected };
  /external/opencore/oscl/oscl/osclbase/src/
oscl_refcounter.h 449 static Oscl_DefAllocWithRefCounter* New()
453 return new(p) Oscl_DefAllocWithRefCounter();
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.cpp 36 //set heap rep to new string.
38 CHeapRep*newrep = New(aAlloc);
55 //set heap rep to new string.
57 CHeapRep*newrep = New(aAlloc);
74 //set heap rep to current string plus new string.
76 CHeapRep*newrep = New(aAlloc);
93 //set heap rep to current string plus new string.
95 CHeapRep*newrep = New(aAlloc);
121 CHeapRep* CHeapRep::New(Oscl_DefAlloc &alloc)
126 CHeapRep*newrep = new(ptr) CHeapRep
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_node.cpp 53 PVMFStreamingManagerNode* PVMFStreamingManagerNode::New(int32 aPriority)
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
pvavcencoder.cpp 99 OSCL_EXPORT_REF PVAVCEncoder* PVAVCEncoder::New()
101 PVAVCEncoder* self = new PVAVCEncoder;
215 ccRGBtoYUV = CCRGB24toYUV420::New();
224 ccRGBtoYUV = CCRGB12toYUV420::New();
233 ccRGBtoYUV = CCYUV420SEMItoYUV420::New();
387 // also check whether encoder is ready to take a new frame.
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
pvm4vencoder.cpp 45 OSCL_EXPORT_REF CPVM4VEncoder* CPVM4VEncoder::New(int32 aThreadId)
47 CPVM4VEncoder* self = new CPVM4VEncoder;
853 ccRGBtoYUV = CCRGB24toYUV420::New();
861 ccRGBtoYUV = CCRGB12toYUV420::New();
869 ccRGBtoYUV = CCYUV420SEMItoYUV420::New();
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_proxy_adapter.cpp 86 CPV2WayProxyAdapter *CPV2WayProxyAdapter::New(TPVTerminalType aTerminalType,
90 //called by the factory to create a new proxied 2way interface.
879 //Create a new response with the original command ID and

Completed in 514 milliseconds

1 2