Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:PARAM_SEP

38 static const char PARAM_SEP[] = ",";
371 strncat(buffer, PARAM_SEP, ((((int)MAX_PROP_VALUE_LENGTH - 1 - (int)strlen(buffer)) < 0) ? 0 : (MAX_PROP_VALUE_LENGTH - 1 - strlen(buffer))));
404 strncat(buffer, PARAM_SEP, bufferSize - 1);
492 strncat(buffer, PARAM_SEP, bufferSize - 1);
522 strncat(buffer, PARAM_SEP, bufferSize - 1);
554 strncat(buffer, PARAM_SEP, bufferSize - 1);
587 strncat(buffer, PARAM_SEP, bufferSize - 1);
881 strncat(supported, PARAM_SEP, 1);
992 strncat(supported, PARAM_SEP, 1);
1030 if ( supported[0] ) strncat(supported, PARAM_SEP, 1);
1052 if ( supported[0] ) strncat(supported, PARAM_SEP, 1);
1086 if ( supported[0] ) strncat(supported, PARAM_SEP, 1);
1101 if ( supported[0] ) strncat(supported, PARAM_SEP, 1);
1173 strncat(supported, PARAM_SEP, 1);
1178 strncat(supported, PARAM_SEP, 1);
1183 strncat(supported, PARAM_SEP, 1);
1208 strncat(supported, PARAM_SEP, 1);
1235 strncat(supported, PARAM_SEP, 1);
1262 strncat(supported, PARAM_SEP, 1);
1340 strncat(supported, PARAM_SEP, 1);
1371 strncat(supported, PARAM_SEP, 1);
1403 strncat(supported, PARAM_SEP, 1);
1429 strncat(supported, PARAM_SEP, 1);
1645 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1703 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1709 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1711 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1713 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1716 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1720 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1723 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1731 strncat(supported, PARAM_SEP, REMAINING_BYTES(supported));
1758 strncat(supported, PARAM_SEP, 1);
1770 strncat(supported, PARAM_SEP, 1);
1856 if ((pos = strstr(temp, PARAM_SEP))) {
1877 if ((pos = strstr(temp, PARAM_SEP))) {
1945 if ((pos = strstr(str, PARAM_SEP))) {
1958 str = pos + strlen(PARAM_SEP);