/third_party/skia/tools/ |
H A D | remote_demo.cpp | 152 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 D | escaping.cc | 441 int decode = 0; in Base64UnescapeInternal() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | movtextdec.c | 113 int (*decode)(const uint8_t *tsmb, MovTextContext *m, uint64_t size); member
|
H A D | pgssubdec.c | 592 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() function
|
H A D | ccaption_dec.c | 841 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() function
|
/third_party/libsnd/src/ |
H A D | ogg_opus.c | 258 } decode ; member [all...] |
/third_party/libcoap/src/ |
H A D | coap_pdu.c | 573 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 D | crashdec.c | 738 decode(void) in decode() function
|
H A D | crashdec-hfi.c | 347 void (*decode)(void *); member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texparam.c | 599 GLenum decode = params[0]; in set_tex_parameteri() local
|
/third_party/python/Lib/ |
H A D | os.py | 760 def decode(value): function
|
H A D | _pyio.py | 1915 def decode(self, input, final=False): member in IncrementalNewlineDecoder [all...] |
H A D | imaplib.py | 1437 def decode(self, inp): member in _Authenticator
|
/third_party/skia/src/core/ |
H A D | SkMD5.cpp | 243 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 D | decode.js | 1990 function decode(bytes) { function
|
/third_party/python/Lib/urllib/ |
H A D | parse.py | 148 def decode(self, encoding='ascii', errors='strict'): member in _ResultMixinBytes [all...] |
/third_party/python/Lib/test/ |
H A D | test_plistlib.py | 845 def decode(*objects, offset_size=1, ref_size=1): member in TestBinaryPlistlib [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 1003 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 D | opt_common.c | 859 int decode = 0; in show_formats_devices() local
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 836 void (*decode)(struct aub_viewer_decode_ctx *ctx, member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 719 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 D | vktCustomInstancesDevices.cpp | 978 const bool decode = isVideoDecodeOperation(m_videoCodecOperation); in getQueueFamilyVideo() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 717 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 D | BC_Decoder.cpp | 34 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 D | X86Disassembler.cpp | 123 static InstrUID decode(OpcodeType type, InstructionContext insnContext, in decode() function
|