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

1 2 3 4 5

  /hardware/libhardware/modules/camera/3_4/arc/
image_processor.h 19 namespace arc { namespace
46 } // namespace arc
jpeg_compressor.h 20 namespace arc { namespace
72 } // namespace arc
cached_frame.h 13 #include "arc/image_processor.h"
15 namespace arc { namespace
84 } // namespace arc
exif_utils.h 20 #include "arc/jpeg_compressor.h"
22 namespace arc { namespace
176 } // namespace arc
common_types.h 13 namespace arc { namespace
53 } // namespace arc
frame_buffer.cpp 6 #include "arc/frame_buffer.h"
12 #include "arc/common.h"
13 #include "arc/image_processor.h"
15 namespace arc { namespace
188 } // namespace arc
cached_frame.cpp 6 #include "arc/cached_frame.h"
11 #include "arc/common.h"
12 #include "arc/common_types.h"
14 namespace arc { namespace
218 } // namespace arc
frame_buffer.h 19 namespace arc { namespace
133 } // namespace arc
image_processor.cpp 6 #include "arc/image_processor.h"
12 #include "arc/common.h"
13 #include "arc/common_types.h"
14 #include "arc/exif_utils.h"
15 #include "arc/jpeg_compressor.h"
17 namespace arc { namespace
491 } // namespace arc
jpeg_compressor.cpp 7 #include "arc/jpeg_compressor.h"
13 #include "arc/common.h"
15 namespace arc { namespace
190 } // namespace arc
  /external/v4l2_codec2/include/
C2VDAAdaptorProxy.h 14 #include <arc/Future.h>
17 #include <components/arc/common/video.mojom.h>
18 #include <components/arc/common/video_decode_accelerator.mojom.h>
20 namespace arc { namespace
22 } // namespace arc
25 namespace arc { namespace in namespace:android
27 public ::arc::mojom::VideoDecodeClient {
30 explicit C2VDAAdaptorProxy(::arc::MojoProcessSupport* MojomProcessSupport);
50 // ::arc::mojom::VideoDecodeClient implementations.
51 void ProvidePictureBuffers(::arc::mojom::PictureBufferFormatPtr format) override
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
call_graph.c 61 /* Keep arc if it is on INCL_ARCS table or if the INCL_ARCS table
69 printf (_("[cg_tally] arc from %s to %s traversed %lu times\n"),
75 /* Read a record from file IFP describing an arc in the function
76 call-graph and the count of how many times the arc has been
99 /* Add this arc: */
110 Arc *arc;
115 for (arc = sym->cg.children; arc; arc = arc->next_child
109 Arc *arc; local
    [all...]
cg_arcs.h 25 * Arc structure for call-graph.
28 * of how many times this arc was traversed, and pointers to the next
31 typedef struct arc
33 Sym *parent; /* source vertice of arc */
34 Sym *child; /* dest vertice of arc */
36 double time; /* time inherited along arc */
37 double child_time; /* child-time inherited along arc */
38 struct arc *next_parent; /* next parent of CHILD */
39 struct arc *next_child; /* next child of PARENT */
40 int has_been_placed; /* have this arc's functions been placed? *
30 typedef struct arc struct
    [all...]
cg_dfn.c 274 Arc *arc; local
298 for (arc = parent->cg.children; arc; arc = arc->next_child)
300 cg_dfn (arc->child);
  /frameworks/base/services/core/jni/
com_android_server_ArcVideoService.cpp 30 #include <arc/ArcBridgeSupport.h>
31 #include <arc/ArcService.h>
32 #include <arc/Future.h>
33 #include <arc/IArcBridgeService.h>
34 #include <arc/MojoProcessSupport.h>
35 #include <components/arc/common/video.mojom.h>
42 void onCaptureResult(arc::Future<arc::MojoBootstrapResult>* future, uint32_t version,
49 future->set(arc::MojoBootstrapResult());
54 future->set(arc::MojoBootstrapResult(std::move(fd), token, version))
59 namespace arc { namespace
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
AccessibilityUtils.java 45 AccessibilityRecordCompat arc = new AccessibilityRecordCompat(event); local
46 arc.setSource(view);
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 74 const CArcInfo &arc = *g_Arcs[formatIndex]; local
77 *outObject = arc.CreateInArchive();
82 if (!arc.CreateOutArchive)
84 *outObject = arc.CreateOutArchive();
98 const CArcInfo &arc = *g_Arcs[formatIndex]; local
102 case NArchive::NHandlerPropID::kName: prop = arc.Name; break;
106 CLS_ARC_ID_ITEM(clsId) = arc.Id;
109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break;
110 case NArchive::NHandlerPropID::kAddExtension: if (arc.AddExt) prop = arc.AddExt; break;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon4336
39 arc *s_arc; /* Array of arcs */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon4643
39 arc *s_arc; /* Array of arcs */
  /external/python/cpython2/Include/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon32584
39 arc *s_arc; /* Array of arcs */
  /external/python/cpython3/Include/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon33148
39 arc *s_arc; /* Array of arcs */
  /external/skia/experimental/skottie/
SkottieProperties.cpp 122 const auto arc = SK_ScalarPI * 2 / count; local
138 poly.lineTo(pt_on_circle(fPosition, fInnerRadius, angle + arc * 0.5f));
140 angle += arc;
  /external/skqp/experimental/skottie/
SkottieProperties.cpp 122 const auto arc = SK_ScalarPI * 2 / count; local
138 poly.lineTo(pt_on_circle(fPosition, fInnerRadius, angle + arc * 0.5f));
140 angle += arc;
  /prebuilts/gdb/darwin-x86/include/python2.7/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon66475
39 arc *s_arc; /* Array of arcs */
  /prebuilts/gdb/linux-x86/include/python2.7/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon66597
39 arc *s_arc; /* Array of arcs */

Completed in 447 milliseconds

1 2 3 4 5