Searched refs:use_default (Results 1 - 4 of 4) sorted by relevance

/external/v4l2_codec2/vda/
H A Dh264_parser.cc543 bool* use_default) {
549 *use_default = false;
558 *use_default = true;
573 bool use_default; local
583 &use_default);
587 if (use_default)
603 &use_default);
607 if (use_default)
623 bool use_default; local
632 &use_default);
541 ParseScalingList(int size, int* scaling_list, bool* use_default) argument
[all...]
H A Dh264_parser.h454 Result ParseScalingList(int size, int* scaling_list, bool* use_default);
/external/toybox/toys/pending/
H A Dfdisk.c729 int use_default = 1; local
732 use_default = 1;
744 while (isdigit(*++str)) use_default = 0;
784 use_default = 0;
787 if(use_default) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1980 bool need_recalc = false, use_default = true; local
2010 use_default = false;
2018 if (!use_default) {

Completed in 146 milliseconds