Searched defs:chosen (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/camera/
H A Dcamera-capture-linux.c47 * an instance of this structure describing pixel format chosen for the camera
758 int chosen = -1; local
767 chosen = _get_format_index(_preferred_formats[f], formats, num_pix_fmts);
768 if (chosen >= 0) {
772 if (chosen < 0) {
773 /* Camera doesn't support any of the chosen formats. Then it doesn't
775 chosen = 0;
780 cis->pixel_format = formats[chosen].format;
781 cis->frame_sizes_num = formats[chosen].dim_num;
783 cis->frame_sizes = formats[chosen]
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1818 // Here we have chosen to ignore the forward class declaration
2048 static bool isAcceptableMethodMismatch(ObjCMethodDecl *chosen, argument
2050 if (!chosen->isInstanceMethod())
2053 Selector sel = chosen->getSelector();
2059 return (chosen->getResultType()->isIntegerType());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 71 milliseconds