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

  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 208 float last_scale = target_->tiling_at(0)->contents_scale(); local
211 EXPECT_LT(target_tiling->contents_scale(), last_scale);
212 last_scale = target_tiling->contents_scale();
  /external/chromium_org/media/filters/
h264_parser.cc 441 int last_scale = 8; local
451 next_scale = (last_scale + delta_scale + 256) & 0xff;
459 scaling_list[j] = (next_scale == 0) ? last_scale : next_scale;
460 last_scale = scaling_list[j];
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 1118 OMX_S32 last_scale = 8, next_scale = 8, delta_scale; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 1045 OMX_S32 last_scale = 8, next_scale = 8, delta_scale; local
    [all...]

Completed in 90 milliseconds