HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 1 - 25 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
virtual-destructor-synthesis.cpp 3 struct box { struct
4 virtual ~box();
7 struct pile_box : public box {
8 pile_box(box *);
11 pile_box::pile_box(box *pp)
  /external/virglrenderer/src/gallium/auxiliary/util/
u_box.h 9 struct pipe_box *box )
11 box->x = x;
12 box->y = 0;
13 box->z = 0;
14 box->width = w;
15 box->height = 1;
16 box->depth = 1;
24 struct pipe_box *box )
26 box->x = x;
27 box->y = y
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleTableBox.java 25 * If the track that contains the Sample Table Box references no data, then the Sample Table Box does not need
27 * If the track that the Sample Table Box is contained in does reference data, then the following sub-boxes are
29 * Description Box shall contain at least one entry. A Sample Description Box is required because it contains the
30 * data reference index field which indicates which Data Reference Box to use to retrieve the media samples.
32 * Sample Box is optional. If the Sync Sample Box is not present, all samples are sync samples.<br>
34 * Box.
44 for (Box box : boxes)
81 Box box = boxes.get(i); local
    [all...]
MediaBox.java 34 for (Box box : boxes) {
35 if (box instanceof MediaInformationBox) {
36 return (MediaInformationBox) box;
43 for (Box box : boxes) {
44 if (box instanceof MediaHeaderBox) {
45 return (MediaHeaderBox) box;
52 for (Box box : boxes)
    [all...]
MediaInformationBox.java 22 * This box contains all the objects that declare characteristic information of the media in the track.
32 for (Box box : boxes) {
33 if (box instanceof SampleTableBox) {
34 return (SampleTableBox) box;
41 for (Box box : boxes) {
42 if (box instanceof AbstractMediaHeaderBox) {
43 return (AbstractMediaHeaderBox) box;
TrackBox.java 36 for (Box box : boxes) {
37 if (box instanceof TrackHeaderBox) {
38 return (TrackHeaderBox) box;
63 for (Box box : boxes) {
64 if (box instanceof MediaBox) {
65 return (MediaBox) box;
  /external/openssh/
sandbox-solaris.c 48 struct ssh_sandbox *box = NULL; local
50 box = xcalloc(1, sizeof(*box));
53 box->pset = solaris_basic_privset();
55 if (box->pset == NULL) {
56 free(box);
61 if (priv_delset(box->pset, PRIV_FILE_LINK_ANY) != 0 ||
63 priv_delset(box->pset, PRIV_NET_ACCESS) != 0 ||
65 priv_delset(box->pset, PRIV_PROC_EXEC) != 0 ||
66 priv_delset(box->pset, PRIV_PROC_FORK) != 0 |
    [all...]
sandbox-null.c 44 struct ssh_sandbox *box; local
50 box = xcalloc(1, sizeof(*box));
51 return box;
55 ssh_sandbox_child(struct ssh_sandbox *box)
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
63 free(box);
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
sandbox-pledge.c 47 struct ssh_sandbox *box; local
50 box = xcalloc(1, sizeof(*box));
51 box->child_pid = 0;
53 return box;
57 ssh_sandbox_child(struct ssh_sandbox *box)
64 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
66 free(box);
71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
73 box->child_pid = child_pid
    [all...]
sandbox-darwin.c 46 struct ssh_sandbox *box; local
53 box = xcalloc(1, sizeof(*box));
54 box->child_pid = 0;
56 return box;
60 ssh_sandbox_child(struct ssh_sandbox *box)
87 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
89 free(box);
94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
96 box->child_pid = child_pid
    [all...]
sandbox-rlimit.c 46 struct ssh_sandbox *box; local
53 box = xcalloc(1, sizeof(*box));
54 box->child_pid = 0;
56 return box;
60 ssh_sandbox_child(struct ssh_sandbox *box)
84 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
86 free(box);
91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
93 box->child_pid = child_pid
    [all...]
sandbox-capsicum.c 53 struct ssh_sandbox *box; local
60 box = xcalloc(1, sizeof(*box));
61 box->monitor = monitor;
62 box->child_pid = 0;
64 return box;
68 ssh_sandbox_child(struct ssh_sandbox *box)
97 if (cap_rights_limit(box->monitor->m_recvfd, &rights) < 0 &&
101 if (cap_rights_limit(box->monitor->m_log_sendfd, &rights) < 0 &&
110 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
    [all...]
sandbox-systrace.c 102 struct ssh_sandbox *box; local
105 box = xcalloc(1, sizeof(*box));
106 box->systrace_fd = -1;
107 box->child_pid = 0;
108 box->osigchld = signal(SIGCHLD, SIG_IGN);
110 return box;
114 ssh_sandbox_child(struct ssh_sandbox *box)
117 signal(SIGCHLD, box->osigchld);
124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid
    [all...]
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
dsp_driver_ipc.h 38 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18)
39 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2))
41 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10)
42 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6))
43 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04
    [all...]
xf-board.h 56 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18)
57 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2))
59 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10)
60 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6))
61 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04
    [all...]
  /external/grpc-grpc/test/core/avl/
avl_test.cc 30 static int* box(int x) { function
40 return box(*static_cast<int*>(p));
49 int* k = box(key);
55 int* k = box(key);
61 int* k = box(key);
71 avl = grpc_avl_add(avl, box(1), box(11), nullptr);
72 avl = grpc_avl_add(avl, box(2), box(22), nullptr);
73 avl = grpc_avl_add(avl, box(3), box(33), nullptr)
    [all...]
  /external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
OvicDetectionResult.java 57 for (BoundingBox box : detections) {
58 box.x1 = (float) (box.x1 * scaleFactorWidth);
59 box.y1 = (float) (box.y1 * scaleFactorHeight);
60 box.x2 = (float) (box.x2 * scaleFactorWidth);
61 box.y2 = (float) (box.y2 * scaleFactorHeight);
69 for (BoundingBox box : detections)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_box.h 8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box)
10 box->x = x;
11 box->y = 0;
12 box->z = 0;
13 box->width = w;
14 box->height = 1;
15 box->depth = 1;
19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box)
21 box->x = x;
22 box->y = y
    [all...]
u_transfer_helper.c 161 const struct pipe_box *box,
173 ptrans->box = *box;
178 .width0 = box->width,
179 .height0 = box->height,
196 blit.src.box = *box;
200 blit.dst.box.width = box->width;
201 blit.dst.box.height = box->height
459 struct pipe_box box; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentBox.java 20 import com.coremedia.iso.boxes.Box;
23 * aligned(8) class TrackFragmentBox extends Box('traf'){
35 for (Box box : getBoxes()) {
36 if (box instanceof TrackFragmentHeaderBox) {
37 return (TrackFragmentHeaderBox) box;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 20 import com.coremedia.iso.boxes.Box;
36 public static String createPath(Box box) {
37 return createPath(box, "");
40 private static String createPath(Box box, String path) {
41 if (box instanceof IsoFile) {
44 List<?> boxesOfBoxType = box.getParent().getBoxes(box.getClass());
45 int index = boxesOfBoxType.indexOf(box);
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_transfer.c 47 /* Compute offset into a 1D/2D/3D buffer of a certain box.
48 * This box must be aligned to the block width and height of the
51 etna_compute_offset(enum pipe_format format, const struct pipe_box *box,
54 return box->z * layer_stride +
55 box->y / util_format_get_blockheight(format) * stride +
56 box->x / util_format_get_blockwidth(format) *
90 etna_copy_resource_box(pctx, ptrans->resource, trans->rsc, ptrans->level, &ptrans->box);
98 mapped + ptrans->box.z * res_level->layer_stride,
99 trans->staging, ptrans->box.x, ptrans->box.y
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_tiling.h 68 int cpp, const struct pipe_box *box);
71 int cpp, const struct pipe_box *box);
74 int cpp, const struct pipe_box *box);
77 int cpp, const struct pipe_box *box);
81 const struct pipe_box *box);
85 const struct pipe_box *box);
90 int cpp, const struct pipe_box *box)
95 cpp, box);
100 cpp, box);
106 int cpp, const struct pipe_box *box)
    [all...]
  /external/virglrenderer/tests/
test_virgl_transfer.c 39 struct virgl_box box; local
41 ret = virgl_renderer_transfer_read_iov(1, 2, 0, 1, 1, &box, 0, NULL, 0);
49 struct virgl_box box; local
51 ret = virgl_renderer_transfer_write_iov(1, 2, 0, 1, 1, &box, 0, NULL, 0);
60 struct virgl_box box; local
62 ret = virgl_renderer_transfer_read_iov(1, 1, 0, 1, 1, &box, 0, NULL, 0);
70 struct virgl_box box; local
72 ret = virgl_renderer_transfer_write_iov(1, 1, 0, 1, 1, &box, 0, NULL, 0);
80 struct virgl_box box; local
91 ret = virgl_renderer_transfer_read_iov(1, 1, 0, 1, 1, &box, 0, NULL, 0)
101 struct virgl_box box; local
172 struct virgl_box box; local
200 struct virgl_box box; local
228 struct virgl_box box; local
258 struct virgl_box box; local
290 struct virgl_box box; local
329 struct virgl_box box = { .w = 50, .h = 1, .d = 1 }; local
356 struct virgl_box box = { .w = 50, .h = 1, .d = 1 }; local
383 struct virgl_box box = { .w = 50, .h = 1, .d = 1 }; local
410 struct virgl_box box = { .w = 50, .h = 1, .d = 1 }; local
435 struct virgl_box box = { .w = 50, .h = 1, .d = 1 }; local
460 struct virgl_box box = { .w = 50, .h = 5, .d = 2 }; local
491 struct virgl_box box = { .w = 50, .h = 1, .d = 1 }; local
517 struct virgl_box box = { .w = 50, .h = 2, .d = 1 }; local
620 struct pipe_box box; local
680 struct pipe_box box; local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_blit.c 69 if (info->dst.box.x != info->src.box.x ||
70 info->dst.box.y != info->src.box.y ||
71 info->dst.box.width != info->src.box.width ||
72 info->dst.box.height != info->src.box.height) {
80 if (is_tile_unaligned(info->dst.box.x, tile_width) ||
81 is_tile_unaligned(info->dst.box.y, tile_height) |
    [all...]

Completed in 1468 milliseconds

1 2 3 4 5 6 7 8 91011>>