HomeSort by relevance Sort by last modified time
    Searched refs:property_value (Results 26 - 26 of 26) sorted by null

12

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 565 char property_value[PROPERTY_VALUE_MAX] = {0}; local
566 property_get("vidc.dec.debug.perf", property_value, "0");
567 perf_flag = atoi(property_value);
574 property_value[0] = '\0';
575 property_get("vidc.dec.debug.ts", property_value, "0");
576 m_debug_timestamp = atoi(property_value);
583 property_value[0] = '\0';
584 property_get("vidc.dec.debug.concealedmb", property_value, "0");
585 m_debug_concealedmb = atoi(property_value);
588 property_value[0] = '\0'
    [all...]

Completed in 137 milliseconds

12