Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching defs:last_sep

212     char* last_sep = NULL;
213 last_sep = strrchr(buffer, PARAM_SEP_CHAR);
214 if (last_sep != NULL) {
215 last_sep[0] = '\0';