Home
last modified time | relevance | path

Searched defs:decode (Results 151 - 175 of 257) sorted by relevance

1234567891011

/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp52 auto decode = [this, options](const SkPixmap& pm) { in getPixels() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DNDKExtractor.cpp27 int32_t NDKExtractor::decode(AAsset *asset, uint8_t *targetData, AudioProperties targetProperties) { in decode() function in NDKExtractor
H A DFFMpegExtractor.cpp119 int64_t FFMpegExtractor::decode( in decode() function in FFMpegExtractor
/third_party/skia/src/ports/
H A DSkImageGeneratorCG.cpp145 auto decode = [&image](const SkPixmap& pm) { in onGetPixels() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoder.java62 int decode() throws IOException { in decode() method in Decoder
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUtf8Utils.java50 private static int decode(String userFriendly) { in decode() method in Utf8Utils.MaxCodePoint
/third_party/python/Lib/encodings/
H A Dbz2_codec.py26 def decode(self, input, errors='strict'): member in Codec
51 def decode(self, input, final=False): member in IncrementalDecoder
/third_party/python/Lib/json/
H A Ddecoder.py332 def decode(self, s, _w=WHITESPACE.match): member in JSONDecoder
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dconvert.rs73 macro_rules! decode { in next() macros
/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs70 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target>; in fmt() functions
96 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target> { in encode() functions
151 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target> { in decode() functions
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_time_statistician.cpp29 int64_t decode = frameInfo.timePonit.finishDecode - frameInfo.timePonit.startDecode; in CalProcessTime() local
/third_party/ffmpeg/doc/examples/
H A Ddecode_audio.c71 static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, in decode() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java274 public static StringBuilder decode(CharSequence src, boolean[] caseFlags) in decode() method in Punycode
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPunycode.java274 public static StringBuilder decode(CharSequence src, boolean[] caseFlags) in decode() method in Punycode
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DInputFile.java161 public char[] decode(byte[] bytes) in decode() method in InputFile
/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array.h254 static inline int16_t decode(unsigned mark_compact_epoch, int16_t raw_value) { in decode() function in v8::internal::NumberOfMarkedDescriptors
/third_party/mesa3d/src/util/
H A Dtexcompress_rgtc_tmp.h35 TYPE decode; in fetch_texel_rgtc() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DOpCode.java249 static OpCode decode(int unsignedByte) { in decode() method in OpCode
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py174 def decode(f): function
[all...]
H A Ddriver.py72 def decode(f): function
/third_party/protobuf/conformance/
H A DConformanceJava.java102 public MessageType decode (ByteString bytes, BinaryDecoderType type, in decode() method in ConformanceJava.BinaryDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp33 llvm::Expected<FunctionInfo> FunctionInfo::decode(DataExtractor &Data, in decode() function in FunctionInfo
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DSRGBTextureTest.cpp498 GLint decode = ((i & 1) == 0) ? GL_DECODE_EXT : GL_SKIP_DECODE_EXT; in TEST_P() local
/third_party/skia/tools/skqp/src/
H A Dskqp_model.cpp89 static SkBitmap decode(sk_sp<SkData> data) { in decode() function
/third_party/ffmpeg/libavcodec/
H A Dcodec_internal.h178 int (*decode)(struct AVCodecContext *avctx, struct AVFrame *frame, member

Completed in 11 milliseconds

1234567891011