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

12

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 517 char property_value[PROPERTY_VALUE_MAX] = {0}; local
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);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 501 char property_value[PROPERTY_VALUE_MAX] = {0}; local
502 property_get("vidc.dec.debug.perf", property_value, "0");
503 perf_flag = atoi(property_value);
511 property_value[0] = NULL;
512 property_get("vidc.dec.debug.ts", property_value, "0");
513 m_debug_timestamp = atoi(property_value);
521 property_value[0] = NULL;
522 property_get("vidc.dec.debug.concealedmb", property_value, "0");
523 m_debug_concealedmb = atoi(property_value);
    [all...]
omx_vdec_hevc.cpp 548 char property_value[PROPERTY_VALUE_MAX] = {0}; local
549 property_get("vidc.dec.debug.perf", property_value, "0");
550 perf_flag = atoi(property_value);
556 property_value[0] = '\0';
557 property_get("vidc.dec.debug.ts", property_value, "0");
558 m_debug_timestamp = atoi(property_value);
565 property_value[0] = '\0';
566 property_get("vidc.dec.debug.concealedmb", property_value, "0");
567 m_debug_concealedmb = atoi(property_value);
    [all...]
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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 691 milliseconds

12