Home | History | Annotate | Download | only in src

Lines Matching refs:property_value

517   char property_value[PROPERTY_VALUE_MAX] = {0};
518 property_get("vidc.dec.debug.perf", property_value, "0");
519 perf_flag = atoi(property_value);
526 property_value[0] = NULL;
527 property_get("vidc.dec.debug.ts", property_value, "0");
528 m_debug_timestamp = atoi(property_value);
535 property_value[0] = NULL;
536 property_get("vidc.dec.debug.concealedmb", property_value, "0");
537 m_debug_concealedmb = atoi(property_value);