HomeSort by relevance Sort by last modified time
    Searched refs:perf_flag (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 785 bool perf_flag; member in class:omx_vdec
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 501 perf_flag = atoi(property_value);
502 if (perf_flag)
504 DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d", perf_flag);
577 if (perf_flag)
    [all...]
omx_vdec_copper.cpp 519 perf_flag = atoi(property_value);
520 if (perf_flag)
522 DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d", perf_flag);
592 if (perf_flag)
    [all...]

Completed in 2288 milliseconds