Home
last modified time | relevance | path

Searched defs:decode (Results 201 - 225 of 243) sorted by relevance

12345678910

/third_party/skia/tools/
H A Dremote_demo.cpp152 auto decode = [](const void* data, size_t length, void* ctx) -> sk_sp<SkTypeface> { in final_draw() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Descaping.cc441 int decode = 0; in Base64UnescapeInternal() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmovtextdec.c113 int (*decode)(const uint8_t *tsmb, MovTextContext *m, uint64_t size); member
H A Dpgssubdec.c592 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() function
H A Dccaption_dec.c841 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() function
/third_party/libsnd/src/
H A Dogg_opus.c258 } decode ; member
[all...]
/third_party/libcoap/src/
H A Dcoap_pdu.c573 coap_option_t decode; in coap_insert_option() local
664 coap_option_t decode; in coap_update_option() local
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c738 decode(void) in decode() function
H A Dcrashdec-hfi.c347 void (*decode)(void *); member
/third_party/mesa3d/src/mesa/main/
H A Dtexparam.c599 GLenum decode = params[0]; in set_tex_parameteri() local
/third_party/python/Lib/
H A Dos.py760 def decode(value): function
H A D_pyio.py1915 def decode(self, input, final=False): member in IncrementalNewlineDecoder
[all...]
H A Dimaplib.py1437 def decode(self, inp): member in _Authenticator
/third_party/skia/src/core/
H A DSkMD5.cpp243 static const uint32_t* decode(uint32_t storage[16], const uint8_t input[64]) { in decode() function
/third_party/skia/third_party/externals/brotli/js/
H A Ddecode.js1990 function decode(bytes) { function
/third_party/python/Lib/urllib/
H A Dparse.py148 def decode(self, encoding='ascii', errors='strict'): member in _ResultMixinBytes
[all...]
/third_party/python/Lib/test/
H A Dtest_plistlib.py845 def decode(*objects, offset_size=1, ref_size=1): member in TestBinaryPlistlib
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp1003 const glw::GLint decode = GL_DECODE_EXT; in test() local
1017 const glw::GLuint decode = GL_DECODE_EXT; in test() local
2401 const glw::GLint decode = GL_DECODE_EXT; in test() local
2415 const glw::GLuint decode = GL_DECODE_EXT; in test() local
/third_party/ffmpeg/fftools/
H A Dopt_common.c859 int decode = 0; in show_formats_devices() local
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_decoder.cpp836 void (*decode)(struct aub_viewer_decode_ctx *ctx, member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp719 const bool decode = (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR) || (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR); in chainVkStructure() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp978 const bool decode = isVideoDecodeOperation(m_videoCodecOperation); in getQueueFamilyVideo() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp717 const bool decode = (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR) || (videoCodecUsage & VK_BUFFER_USAGE_VIDEO_DECODE_DST_BIT_KHR); in chainVkStructure() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp34 void decode(uint8_t *dst, int x, int y, int dstW, int dstH, int dstPitch, int dstBpp, bool hasAlphaChannel, bool hasSeparateAlpha) const in decode() function
147 void decode(uint8_t *dst, int x, int y, int dstW, int dstH, int dstPitch, int dstBpp, int channel, bool isSigned) const in decode() function
200 void decode(uint8_t *dst, int x, int y, int dstW, int dstH, int dstPitch, int dstBpp) const in decode() function
942 void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch, size_t dstBpp, bool isSigned) const in decode() function
1448 void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch) const in decode() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode() function

Completed in 45 milliseconds

12345678910