Searched defs:chosen (Results 1 - 2 of 2) 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.cpp1969 static bool isAcceptableMethodMismatch(ObjCMethodDecl *chosen, argument
1971 if (!chosen->isInstanceMethod())
1974 Selector sel = chosen->getSelector();
1980 return (chosen->getResultType()->isIntegerType());

Completed in 116 milliseconds