Home
last modified time | relevance | path

Searched +defs:val +defs:buffer (Results 926 – 950 of 2946) sorted by relevance

1...<<31323334353637383940>>...118

/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp90 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id, int32_t val) : V4L2ExtCtrl(id) { in V4L2ExtCtrl()
136 std::unique_ptr<V4L2Buffer> buffer(new V4L2Buffer(device, type, memory, format, bufferId)); in create() local
824 auto buffer = V4L2Buffer::create(mDevice, mType, mMemory, format, i); in allocateBuffers() local
1971 std::string V4L2Device::v4L2BufferToString(const struct v4l2_buffer& buffer) { in v4L2BufferToString()
/aosp_15_r20/external/guice/lib/build/
HDcommons-logging-1.0.4.jar ... implements java.security.PrivilegedAction { private final String val$name void <init> (java.lang ...
HDjunit.jar ... this$0 private final junit.framework.Test val$testSuite void <init> (junit.awtui ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDcommons-logging-1.0.4.jar ... implements java.security.PrivilegedAction { private final String val$name void <init> (java.lang ...
/aosp_15_r20/external/guice/extensions/persist/lib/
HDcommons-logging-1.0.4.jar ... implements java.security.PrivilegedAction { private final String val$name void <init> (java.lang ...
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp92 int val = -1; in getGLInt() local
299 } val; member
2108 vector<float> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
2136 vector<float> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
2200 vector<int32_t> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
2250 vector<uint32_t> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
/aosp_15_r20/external/libchrome/base/
H A Dvalues.cc81 std::unique_ptr<Value> Value::CreateWithCopiedBuffer(const char* buffer, in CreateWithCopiedBuffer()
87 Value Value::FromUniquePtrValue(std::unique_ptr<Value> val) { in FromUniquePtrValue()
92 std::unique_ptr<Value> Value::ToUniquePtrValue(Value val) { in ToUniquePtrValue()
176 for (const auto& val : in_list) in Value() local
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Devent-parse.h430 unsigned int val; in tep_is_bigendian() local
688 unsigned long long val; member
713 char *val; member
714 char *buffer; member
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c133 const char *buffer = sb->buffer; in sql_parse_error() local
179 unsigned int val = 0; in quick_hash() local
493 __hidden void *add_number(struct sqlhist_bison *sb, long val) in add_number()
1049 const char *val; in build_filter() local
/aosp_15_r20/external/owasp/sanitizer/lib/junit/
Djunit.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDjunit-4.8.1.jar ... .Thread { final synthetic junit.framework.Test val$test final synthetic junit.framework.TestResult val ...
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp86 int val = -1; in getGLInt() local
239 } val; member
1681 vector<float> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
1709 vector<float> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
1754 vector<int32_t> buffer(valuesToAssign.size() * typeSize); in assignUniforms() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-15/
Dframework.jarandroid/text/style/LocaleSpan.class LocaleSpan.java package android.text.style public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar15 ... private boolean mIsTerminated final synthetic android.speech.IModelDownloadListener val$listener final synthetic android.speech.RecognitionService this ...
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDjunit-3.8.1.jar ... this$0 private final junit.framework.Test val$testSuite void <init> (junit.awtui ...
/aosp_15_r20/prebuilts/devtools/adt/lib/
HDjunit-3.8.1.jar ... this$0 private final junit.framework.Test val$testSuite void <init> (junit.awtui ...
/aosp_15_r20/external/jsr330/lib/
HDjunit.jar ... this$0 private final junit.framework.Test val$testSuite void <init> (junit.awtui ...
/aosp_15_r20/cts/tools/vm-tests-tf/lib/
HDjunit.jar ... this$0 private final junit.framework.Test val$testSuite void <init> (junit.awtui ...
/aosp_15_r20/external/slf4j/integration/lib/
HDjunit-3.8.1.jar ... this$0 private final junit.framework.Test val$testSuite void <init> (junit.awtui ...
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp284 static ucvector ucvector_init(unsigned char* buffer, size_t size) { in ucvector_init()
322 static unsigned lodepng_read32bitInt(const unsigned char* buffer) { in lodepng_read32bitInt()
330 static void lodepng_set32bitInt(unsigned char* buffer, unsigned value) { in lodepng_set32bitInt()
390 unsigned lodepng_save_file(const unsigned char* buffer, size_t buffersize, const char* filename) { in lodepng_save_file()
461 unsigned buffer; /*buffer for reading bits. NOTE: 'unsigned' must support at least 32 bits*/ member
1498 int* val; /*circular pos to hash value*/ member
1786 unsigned val = lz77_encoded->data[i]; in writeLZ77data() local
3328 static void getPixelColorsRGBA8(unsigned char* LODEPNG_RESTRICT buffer, size_t numpixels, in getPixelColorsRGBA8()
3424 static void getPixelColorsRGB8(unsigned char* LODEPNG_RESTRICT buffer, size_t numpixels, in getPixelColorsRGB8()
5016 unsigned char* buffer = 0; in lodepng_decode_file() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar12 ... .ByteBuffer buffer Exception e java.nio.ByteBuffer buffer android.text.FontConfig fontConfig android.util. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-12/
Dservices.core.unboosted.jarcom/android/server/hdmi/HdmiEarcLocalDeviceTx.class HdmiEarcLocalDeviceTx.java package com.android. ...
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h552 void SetBuffer(Buffer* buffer) { buffer_ = buffer; } in SetBuffer()
631 void SetValue(float val) { value_ = val; } in SetValue()
646 void SetValue(uint32_t val) { value_ = val; } in SetValue()
/aosp_15_r20/external/leveldb/db/
H A Dc.cc185 const char* key, size_t keylen, const char* val, size_t vallen, in leveldb_put()
333 size_t klen, const char* val, size_t vlen) { in leveldb_writebatch_put()
553 char* buffer = static_cast<char*>(std::malloc(result.size() + 1)); in leveldb_env_get_test_directory() local
/aosp_15_r20/external/tinyalsa_new/src/
H A Dpcm.c190 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_min()
216 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int()
1498 static int pcm_mmap_transfer(struct pcm *pcm, void *buffer, unsigned int frames) in pcm_mmap_transfer()

1...<<31323334353637383940>>...118