HomeSort by relevance Sort by last modified time
    Searched refs:gb (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/drm_hwcomposer/
glworker.h 61 CachedFramebuffer(const sp<GraphicBuffer> &gb, AutoEGLDisplayImage &&image,
  /external/syslinux/utils/
ppmtolss16 250 my($rb,$gb,$bb) = unpack("CCC", $b);
253 my($ib) = $rb*0.299 + $gb*0.587 + $bb*0.114;
260 return ( $ga <=> $gb ) if ( $ga != $gb );
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement_test.go 33 {1, "gb", "mb", 1024, "MB"},
34 {1024, "gb", "tb", 1, "TB"},
36 {2048, "mb", "auto", 2, "GB"},
measurement.go 161 case "byte", "b", "kilobyte", "kb", "megabyte", "mb", "gigabyte", "gb":
177 case "gb", "gbyte", "gigabyte":
196 toUnit = "gb"
212 case "gb", "gbyte", "gigabyte":
213 output, toUnit = float64(value)/(1024*1024*1024), "GB"
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/measurement/
measurement_test.go 33 {1, "gb", "mb", 1024, "MB"},
34 {1024, "gb", "tb", 1, "TB"},
36 {2048, "mb", "auto", 2, "GB"},
measurement.go 161 case "byte", "b", "kilobyte", "kb", "megabyte", "mb", "gigabyte", "gb":
177 case "gb", "gbyte", "gigabyte":
196 toUnit = "gb"
212 case "gb", "gbyte", "gigabyte":
213 output, toUnit = float64(value)/(1024*1024*1024), "GB"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 88 var checkBlk func(fb, gb *Block) bool
89 checkBlk = func(fb, gb *Block) bool {
90 if blkcor[fb] == nil && blkcor[gb] == nil {
91 blkcor[fb] = gb
92 blkcor[gb] = fb
94 if fb.Kind != gb.Kind {
97 if len(fb.Values) != len(gb.Values) {
101 if !checkVal(fb.Values[i], gb.Values[i]) {
105 if len(fb.Succs) != len(gb.Succs) {
109 if !checkBlk(fb.Succs[i].b, gb.Succs[i].b)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func_test.go 88 var checkBlk func(fb, gb *Block) bool
89 checkBlk = func(fb, gb *Block) bool {
90 if blkcor[fb] == nil && blkcor[gb] == nil {
91 blkcor[fb] = gb
92 blkcor[gb] = fb
94 if fb.Kind != gb.Kind {
97 if len(fb.Values) != len(gb.Values) {
101 if !checkVal(fb.Values[i], gb.Values[i]) {
105 if len(fb.Succs) != len(gb.Succs) {
109 if !checkBlk(fb.Succs[i].b, gb.Succs[i].b)
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamSplitter.cpp 401 sp<GraphicBuffer> gb(static_cast<GraphicBuffer*>(anb));
402 uint64_t bufferId = gb->getId();
405 auto tracker = std::make_unique<BufferTracker>(gb, surface_ids);
413 int slot = getSlotForOutputLocked(gbp, gb);
423 res = gbp->attachBuffer(&slot, gb);
450 SP_LOGV("%s: Attached buffer %p to slot %d on output %p.",__FUNCTION__, gb.get(),
452 outputSlots[slot] = gb;
709 const sp<GraphicBuffer>& gb) {
713 if (outputSlots[i] == gb) {
718 SP_LOGV("%s: Cannot find slot for gb %p on output %p", __FUNCTION__, gb.get()
    [all...]
Camera3InputStream.cpp 296 void Camera3InputStream::onBufferFreed(const wp<GraphicBuffer>& gb) {
297 const sp<GraphicBuffer> buffer = gb.promote();
Camera3OutputStream.cpp 515 sp<GraphicBuffer> gb; local
516 res = mBufferManager->getBufferForStream(getId(), getStreamSetId(), &gb, fenceFd);
520 *anb = gb.get();
754 for (const auto& gb : removedBuffers) {
755 callback->onBufferFreed(mId, gb->handle);
  /cts/apps/CameraITS/tests/scene0/
test_test_patterns.py 44 r, gr, gb, b = its.image.convert_capture_to_planes(cap, props)
47 gb_tile = its.image.get_image_patch(gb, 0.0, 0.0, 1.0, 1.0)
  /external/webp/src/dsp/
yuv.h 99 const int gb = ((g << 3) & 0xe0) | (b >> 3); local
101 rgb[0] = gb;
105 rgb[1] = gb;
upsampling_mips_dsp_r2.c 69 const int gb = ((g << 3) & 0xe0) | (b >> 3); local
71 rgb[0] = gb;
75 rgb[1] = gb;
  /external/libxcam/modules/ocl/
cl_3a_stats_context.cpp 153 DUMP_STATS (gb, stats_ptr->info.width, stats_ptr->info.height,
175 DUMP_HISTOGRAM (gb, stats_ptr->info.histogram_bins, stats_ptr->hist_rgb);
277 hist_rgb[grid_stat->avg_gb].gb++;
  /external/clang/test/Sema/
ext_vector_components.c 68 vec4p->gb = vec4p->rg;
  /external/libxcam/xcore/
handler_interface.cpp 339 AwbHandler::set_manual_gain (double gr, double r, double b, double gb)
343 gr >= 0.0 && r >= 0.0 && b >= 0.0 && gb >= 0.0,
351 _params.gb_gain = gb;
352 XCAM_LOG_DEBUG ("awb set manual gain value(gr:%.03f, r:%.03f, b:%.03f, gb:%.03f)", gr, r, b, gb);
x3a_analyzer.h 49 bool set_awb_manual_gain (double gr, double r, double b, double gb);
handler_interface.h 153 bool set_manual_gain (double gr, double r, double b, double gb);
  /cts/apps/CameraITS/tests/scene1/
test_exposure.py 121 r, gr, gb, b = its.image.convert_capture_to_planes(raw_cap,
127 raw_gb_means.append(gb[IMG_STATS_GRID/2, IMG_STATS_GRID/2]
153 pylab.plot(mults, raw_gb_means, 'ko-', label='GB')
test_raw_exposure.py 120 gb = [m[2] for m in means[1:]]
126 pylab.plot(e_test_ms, gb, "k.-")
150 channels = ["Red", "Gr", "Gb", "Blue"]
  /external/hyphenation-patterns/
patterns.mk 30 en-gb \
  /external/libxcam/modules/isp/
isp_config_translator.cpp 67 to.gb = (uint32_t)(from.gb_gain * multiplier + 0.5);
  /external/libxcam/wrapper/gstreamer/interface/
gstxcaminterface.h 116 * \param[in] gb GB channel
121 * 1. need gr, r, b, gb => gain value [0.1~4.0];
124 * 1. need set gr=0, r=0, b=0, gb=0;
127 gboolean (* set_manual_wb_gain) (GstXCam3A *xcam, double gr, double r, double b, double gb);
  /external/lzma/C/
Aes.c 102 #define HT(i, x, s) (T + (x << 8))[gb ## x(s[(i + x) & 3])]
116 #define FT(i, x) Sbox[gb ## x(m[(i + x) & 3])]
120 #define HD(i, x, s) (D + (x << 8))[gb ## x(s[(i - x) & 3])]
134 #define FD(i, x) InvS[gb ## x(m[(i - x) & 3])]

Completed in 247 milliseconds

12 3 4 5 6