Home
last modified time | relevance | path

Searched defs:decode (Results 276 - 300 of 322) sorted by relevance

1...<<111213

/third_party/python/Lib/
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/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
/third_party/python/Lib/xmlrpc/
H A Dclient.py370 def decode(self, data): member in DateTime
419 def decode(self, data): member in Binary
[all...]
/third_party/python/Modules/
H A Dreadline.c155 decode(const char *s) in decode() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp941 const bool decode = isVideoDecodeOperation(m_videoCodecOperation); in getQueueFamilyVideo() local
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1205 auto decode = std::make_shared<GsmUserDataDecode>(udPdu); in HWTEST_F() local
1411 auto decode = std::make_shared<GsmSmsTpduDecode>(tpduCodec->uDataCodec_, tpduCodec->paramCodec_, tpduCodec); HWTEST_F() local
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dvpu_api.h349 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dvpu_api.h352 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dvpu_api.h353 RK_S32 (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
/device/soc/rockchip/common/hardware/mpp/include/
H A Dvpu_api.h350 signed int (*decode)(struct VpuCodecContext *ctx, VideoPacket_t *pkt, DecoderOut_t *aDecOut); member
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp1748 std::string decode; in Decode() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp487 bool HeifDecoderImpl::decode(HeifFrameInfo *frameInfo) in decode() function in OHOS::ImagePlugin::HeifDecoderImpl
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c679 char decode[100]; in set_sample_datasrc_in_dict() local
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kvm.c964 char decode[KVM_EVENT_NAME_LEN]; in handle_end_event() local
1113 char decode[KVM_EVENT_NAME_LEN]; in print_result() local
669 exit_event_decode_key(struct perf_kvm_stat *kvm, struct event_key *key, char *decode) exit_event_decode_key() argument
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c724 char decode[100]; in set_sample_datasrc_in_dict() local
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c68 vorbis_floor_decode_func decode; member
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c1345 void (*decode)(struct intel_batch_decode_ctx *ctx, const uint32_t *p); member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c1591 static unsigned rvcn_dec_dynamic_dpb_t2_message(struct radeon_decoder *dec, rvcn_dec_message_decode_t *decode, in rvcn_dec_dynamic_dpb_t2_message() argument
1714 rvcn_dec_message_decode_t *decode; in rvcn_dec_message_decode() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp640 decode_error::type Decoder::decode(const uint8_t *in, uint16_t *output) const in decode() function in Decoder
/third_party/python/Lib/test/
H A Dtest_codecs.py3425 def decode(self, encoded, errors="strict"): global() member in LocaleCodecTest
[all...]

Completed in 51 milliseconds

1...<<111213