Home | History | Annotate | Download | only in src

Lines Matching refs:property_value

907     char property_value[PROPERTY_VALUE_MAX] = {0};
909 property_get("vidc.dec.debug.panframedata", property_value, "0");
910 enable_panscan_log = atoi(property_value);
1195 char property_value[PROPERTY_VALUE_MAX] = {0};
1198 property_get("vidc.dec.debug.panframedata", property_value, "0");
1199 enable_framepack_log = atoi(property_value);