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

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 52 static int bframes; variable
74 bframes = entropy = 0;
79 property_get("vidc.debug.bframes", property_value, "0");
80 bframes = atoi(property_value);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 54 static int bframes; variable
148 bframes = entropy = 0;
153 property_get("vidc.debug.bframes", property_value, "0");
154 bframes = atoi(property_value);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 45 static int bframes; variable
140 bframes = entropy = 0;
145 property_get("vidc.debug.bframes", property_value, "0");
146 bframes = atoi(property_value);
    [all...]

Completed in 243 milliseconds