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

  /frameworks/base/libs/hwui/tests/unit/
GraphicsStatsServiceTests.cpp 91 (size_t) loadedProto.histogram_size());
92 for (size_t i = 0; i < (size_t) loadedProto.histogram_size(); i++) {
147 (size_t) loadedProto.histogram_size());
148 for (size_t i = 0; i < (size_t) loadedProto.histogram_size(); i++) {
  /external/webp/src/utils/
huffman_encode_utils.c 166 int histogram_size,
174 for (i = 0; i < histogram_size; ++i) {
197 for (j = 0; j < histogram_size; ++j) {
246 for (j = 1; j < histogram_size; ++j) {
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 187 if (proto->histogram_size() == 0) {
190 } else if (proto->histogram_size() != sHistogramSize) {
192 proto->histogram_size(), sHistogramSize);
  /external/brotli/enc/
backward_references_hq.c 93 static void SetCost(const uint32_t* histogram, size_t histogram_size,
98 for (i = 0; i < histogram_size; i++) {
102 for (i = 0; i < histogram_size; i++) {
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 298 int32_t histogram_size; member in struct:__anon4145
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 298 int32_t histogram_size; member in struct:__anon4697
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 403 int32_t histogram_size; member in struct:__anon3514
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 492 int32_t histogram_size; member in struct:cam_capability
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 163 milliseconds