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

1 2 3 4 5

  /frameworks/base/libs/usb/tests/accessorytest/
accessory.h 20 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od);
audio.c 187 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od)
209 pcm = pcm_open(oc, od, PCM_OUT, &config);
212 oc, od, pcm_get_error(pcm));
  /external/libvncserver/client_examples/
vnc2mpg.c 48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h)
53 st = av_new_stream(oc, 0);
93 if(!strcmp(oc->oformat->name, "mp4") || !strcmp(oc->oformat->name, "mov") || !strcmp(oc->oformat->name, "3gp"))
119 void open_video(AVFormatContext *oc, AVStream *st)
144 if (!(oc->oformat->flags & AVFMT_RAWPICTURE)) {
171 void write_video_frame(AVFormatContext *oc, AVStream *st)
193 if (oc->oformat->flags & AVFMT_RAWPICTURE) {
204 ret = av_write_frame(oc, &pkt)
247 static AVFormatContext *oc; variable
    [all...]
  /external/clang/test/CXX/expr/expr.mptr.oper/
p5.cpp 19 const X0 &oc,
47 (oc.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'const' qualifier}}
48 (oc.*pmc)();
49 (oc.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}}
50 (oc.*pmcv)();
  /external/clang/test/SemaCXX/
PR9461.cpp 11 template<typename aT,typename,typename oc>
15 basic_string(const aT*,const oc&a=int());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 764 char co[4], oc[4]; /* Comment starter and ender symbols */ variable
    [all...]
  /external/llvm/test/Bindings/OCaml/
diagnostic_handler.ml 27 begin let oc = open_out fn in var
28 output_string oc "not a bitcode file\n";
29 close_out oc
bitreader.ml 64 begin let oc = open_out fn in var
65 output_string oc "not a bitcode file\n";
66 close_out oc
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
depthwiseconv_float.h 49 const int oc = m + ic * depth_multiplier; local
64 filter_dims, oc, filter_x, filter_y, 0)];
71 bias_value = bias_data[Offset(bias_dims, oc, 0, 0, 0)];
73 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
depthwiseconv_uint8.h 55 const int oc = m + ic * depth_multiplier; local
69 int32 filter_val = filter_data[Offset(filter_dims, oc,
77 acc += bias_data[Offset(bias_dims, oc, 0, 0, 0)];
84 output_data[Offset(output_dims, oc, out_x, out_y, b)] =
  /external/aac/libDRCdec/src/
FDK_drcDecLib.cpp 810 int frameSize, n, ic, oc; local
840 for (oc = 0; oc < targetChCnt; oc++) {
841 tmp_out[oc] = (FIXP_DBL)0;
843 tmp_out[oc] +=
846 [reverseOutChannelMap[oc]])
850 for (oc = 0; oc < targetChCnt; oc++)
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
bitreader.ml 57 begin let oc = open_out fn in var
58 output_string oc "not a bitcode file\n";
59 close_out oc
  /external/syslinux/extlinux/
mountinfo.c 44 int oc = 0; local
50 oc = (oc << 3) + (ch - '0');
52 if (!oc)
54 *p++ = oc;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 357 for (final Point oc : getOccupied(v)) {
358 mFreeList.add(oc);
359 mCells[oc.y*mColumns + oc.x] = null;
383 for (final Point oc : occupied) {
384 final View squatter = mCells[oc.y*mColumns + oc.x];
417 for (final Point oc : occupied) {
418 mCells[oc.y*mColumns + oc.x] = v
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
depthtospace_op_test.py 215 ow, oh, oc = iw * block_size, ih * block_size, ic // block_size_sq
217 [b, ih, iw, block_size, block_size, oc])
219 tensor = array_ops.reshape(tensor, [b, oh, ow, oc])
223 ow, oh, oc = iw * block_size, ih * block_size, ic // block_size_sq
225 [b, block_size, block_size, oc, ih, iw])
227 tensor = array_ops.reshape(tensor, [b, oc, oh, ow])
spacetodepth_op_test.py 211 ow, oh, oc = iw // block_size, ih // block_size, ic * block_size_sq
215 tensor = array_ops.reshape(tensor, [b, oh, ow, oc])
220 ow, oh, oc = iw // block_size, ih // block_size, ic * block_size_sq
224 tensor = array_ops.reshape(tensor, [b, oc, oh, ow])
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
doc.h 171 void push(OperandClass oc, const char* d, bool opt = false)
173 opClass.push_back(oc);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectStreamFieldTest.java 169 ObjectStreamClass oc = obj.getObjectStreamClass(); local
170 ObjectStreamField field = oc.getField("i");
190 ObjectStreamClass oc = ois.getObjectStreamClass(); local
191 ObjectStreamField field = oc.getField("i");
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 538 CompatibilityInfo oc = (CompatibilityInfo)o;
539 if (mCompatibilityFlags != oc.mCompatibilityFlags) return false;
540 if (applicationDensity != oc.applicationDensity) return false;
541 if (applicationScale != oc.applicationScale) return false;
542 if (applicationInvertedScale != oc.applicationInvertedScale) return false;
  /external/libedit/src/
search.c 533 Char oc, *ocp; local
536 oc = *ocp;
540 oc = *ocp;
546 *ocp = oc;
551 *ocp = oc;
556 *ocp = oc;
561 *ocp = oc;
  /frameworks/native/opengl/libagl/
primitives.cpp 898 unsigned int oc = 0; local
912 oc++;
918 oc++;
929 oc++;
934 oc++;
943 if (oc<3)
946 ic = oc;
964 unsigned int oc = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
sysdump.c 60 int oc = *idx / 8; local
70 if (oc >= max)
73 b = ptr[oc++];
79 memcpy (r, ptr + oc, b);
  /toolchain/binutils/binutils-2.27/opcodes/
ip2k-opc.c 865 const CGEN_OPCODE *oc = & ip2k_cgen_macro_insn_opcode_table[0];
875 insns[i].opcode = &oc[i];
882 oc = & ip2k_cgen_insn_opcode_table[0];
886 insns[i].opcode = &oc[i];
864 const CGEN_OPCODE *oc = & ip2k_cgen_macro_insn_opcode_table[0]; local
lm32-opc.c 816 const CGEN_OPCODE *oc = & lm32_cgen_macro_insn_opcode_table[0]; local
826 insns[i].opcode = &oc[i];
833 oc = & lm32_cgen_insn_opcode_table[0];
837 insns[i].opcode = &oc[i];
  /external/icu/icu4c/source/common/unicode/
edits.h 306 Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs);

Completed in 572 milliseconds

1 2 3 4 5