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

1 2 3 4

  /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 189 int init_audio(unsigned int ic, unsigned int id, unsigned int oc, unsigned int od)
211 pcm = pcm_open(oc, od, PCM_OUT, &config);
214 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());
  /external/valgrind/VEX/switchback/
linker.c 233 static void addProddableBlock ( ObjectCode* oc, void* start, int size )
238 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
243 pb->next = oc->proddables;
244 oc->proddables = pb;
247 static void checkProddableBlock ( ObjectCode* oc, void* addr )
250 for (pb = oc->proddables; pb != NULL; pb = pb->next) {
421 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes )
426 res = &(oc->fixup[oc->fixup_used])
    [all...]
  /external/valgrind/VEX/unused/
linker.c 167 static void addProddableBlock ( ObjectCode* oc, void* start, int size )
172 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
177 pb->next = oc->proddables;
178 oc->proddables = pb;
181 static void checkProddableBlock ( ObjectCode* oc, void* addr )
184 for (pb = oc->proddables; pb != NULL; pb = pb->next) {
353 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes )
358 res = &(oc->fixup[oc->fixup_used])
1158 ObjectCode* oc; local
1270 ObjectCode *oc; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 1007 AVFormatContext * oc;
1084 oc = 0;
1130 static AVStream *icv_add_video_stream_FFMPEG(AVFormatContext *oc,
1141 st = avformat_new_stream(oc, 0);
1143 st = av_new_stream(oc, 0);
1158 c->codec_id = av_guess_codec(oc->oformat, NULL, oc->filename, NULL, AVMEDIA_TYPE_VIDEO);
1160 c->codec_id = oc->oformat->video_codec;
    [all...]
  /external/llvm/test/Bindings/OCaml/
bitreader.ml 60 begin let oc = open_out fn in var
61 output_string oc "not a bitcode file\n";
62 close_out oc
  /hardware/ti/omap4xxx/hwc/
hwc.c 392 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height)
405 oc->color_mode = OMAP_DSS_COLOR_ARGB32;
412 oc->color_mode = OMAP_DSS_COLOR_RGB24U;
417 oc->color_mode = OMAP_DSS_COLOR_RGB16;
423 oc->color_mode = OMAP_DSS_COLOR_NV12;
425 oc->cconv = ctbl_bt601_5;
434 oc->width = width;
435 oc->height = height;
436 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8;
438 oc->enabled = 1
457 struct dss2_ovl_cfg *oc = &ovl->cfg; local
666 struct dss2_ovl_cfg *oc = &ovl->cfg; local
    [all...]
  /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...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 581 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height)
594 oc->color_mode = OMAP_DSS_COLOR_ARGB32;
601 oc->color_mode = OMAP_DSS_COLOR_RGB24U;
606 oc->color_mode = OMAP_DSS_COLOR_RGB16;
612 oc->color_mode = OMAP_DSS_COLOR_NV12;
614 oc->cconv = ctbl_bt601_5;
623 oc->width = width;
624 oc->height = height;
625 oc->stride = ALIGN(width, HW_ALIGN) * bits_per_pixel / 8;
627 oc->enabled = 1
646 struct dss2_ovl_cfg *oc = &ovl->cfg; local
871 struct dss2_ovl_cfg *oc = &ovl->cfg; local
894 struct dss2_ovl_cfg *oc = &ovl->cfg; local
    [all...]
  /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");
  /external/skia/src/gpu/effects/
GrYUVEffect.cpp 229 OutputChannels oc = args.fFp.cast<RGBToYUVEffect>().outputChannels(); variable
235 switch (oc) {
276 OutputChannels oc = effect.outputChannels(); variable
277 if (effect.getColorSpace() != fLastColorSpace || oc != fLastOutputChannels) {
291 switch (oc) {
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 524 CompatibilityInfo oc = (CompatibilityInfo)o;
525 if (mCompatibilityFlags != oc.mCompatibilityFlags) return false;
526 if (applicationDensity != oc.applicationDensity) return false;
527 if (applicationScale != oc.applicationScale) return false;
528 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 897 unsigned int oc = 0; local
911 oc++;
917 oc++;
928 oc++;
933 oc++;
942 if (oc<3)
945 ic = oc;
963 unsigned int oc = 0; local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix3.java 179 float oc = 1.0f - cos; local
180 val[M00] = oc * axis.x * axis.x + cos;
181 val[M10] = oc * axis.x * axis.y - axis.z * sin;
182 val[M20] = oc * axis.z * axis.x + axis.y * sin;
183 val[M01] = oc * axis.x * axis.y + axis.z * sin;
184 val[M11] = oc * axis.y * axis.y + cos;
185 val[M21] = oc * axis.y * axis.z - axis.x * sin;
186 val[M02] = oc * axis.z * axis.x - axis.y * sin;
187 val[M12] = oc * axis.y * axis.z + axis.x * sin;
188 val[M22] = oc * axis.z * axis.z + cos;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
sysdump.c 60 int oc = *idx / 8; local
70 b = ptr[oc++];
76 memcpy (r, ptr + oc, b);
  /toolchain/binutils/binutils-2.25/opcodes/
ip2k-opc.c 869 const CGEN_OPCODE *oc = & ip2k_cgen_macro_insn_opcode_table[0];
879 insns[i].opcode = &oc[i];
886 oc = & ip2k_cgen_insn_opcode_table[0];
890 insns[i].opcode = &oc[i];
868 const CGEN_OPCODE *oc = & ip2k_cgen_macro_insn_opcode_table[0]; local
lm32-opc.c 820 const CGEN_OPCODE *oc = & lm32_cgen_macro_insn_opcode_table[0]; local
830 insns[i].opcode = &oc[i];
837 oc = & lm32_cgen_insn_opcode_table[0];
841 insns[i].opcode = &oc[i];
  /external/pcre/dist/
pcre_compile.c 4219 pcre_uint32 oc, od; local
6598 open_capitem *oc; local
7285 open_capitem *oc; local
7362 open_capitem *oc; local
7993 open_capitem *oc; local
    [all...]
  /external/libvorbis/lib/
psy.c 390 int oc, int n,
402 seedptr=oc+(posts[0]-EHMER_OFFSET)*linesper-(linesper>>1);
428 long oc=p->octave[i]; local
429 while(i+1<n && p->octave[i+1]==oc){
435 oc=oc>>p->shiftoc;
437 if(oc>=P_BANDS)oc=P_BANDS-1;
438 if(oc<0)oc=0
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 11 #define SWIG_ConvertPtr(oc, ptr, ty, flags) SWIG_Tcl_ConvertPtr(interp, oc, ptr, ty, flags)
175 SWIG_Tcl_ConvertPtr(Tcl_Interp *interp, Tcl_Obj *oc, void **ptr, swig_type_info *ty, int flags) {
176 return SWIG_Tcl_ConvertPtrFromString(interp, Tcl_GetStringFromObj(oc,NULL), ptr, ty, flags);
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]

Completed in 2521 milliseconds

1 2 3 4