Home
last modified time | relevance | path

Searched refs:dec (Results 101 - 125 of 962) sorted by relevance

12345678910>>...39

/third_party/python/Modules/_decimal/
H A D_decimal.c74 mpd_t dec; member
109 #define MPD(v) (&((PyDecObject *)v)->dec)
1883 PyDecObject *dec; in PyDecType_New() local
1886 dec = PyObject_New(PyDecObject, &PyDec_Type); in PyDecType_New()
1889 dec = (PyDecObject *)type->tp_alloc(type, 0); in PyDecType_New()
1891 if (dec == NULL) { in PyDecType_New()
1895 dec->hash = -1; in PyDecType_New()
1897 MPD(dec)->flags = MPD_STATIC|MPD_STATIC_DATA; in PyDecType_New()
1898 MPD(dec)->exp = 0; in PyDecType_New()
1899 MPD(dec) in PyDecType_New()
1909 dec_dealloc(PyObject *dec) dec_dealloc() argument
2000 PyObject *dec; PyDecType_FromCString() local
2023 PyObject *dec; PyDecType_FromCStringExact() local
2053 PyObject *dec; PyDecType_FromUnicode() local
2073 PyObject *dec; PyDecType_FromUnicodeExactWS() local
2088 _dec_settriple(PyObject *dec, uint8_t sign, uint32_t v, mpd_ssize_t exp) _dec_settriple() argument
2111 PyObject *dec; PyDecType_FromSsize() local
2131 PyObject *dec; PyDecType_FromSsizeExact() local
2156 PyObject *dec; dec_from_long() local
2206 PyObject *dec; PyDecType_FromLong() local
2233 PyObject *dec; PyDecType_FromLongExact() local
2275 PyObject *dec, *tmp; PyDecType_FromFloatExact() local
2396 PyObject *dec; PyDecType_FromFloat() local
2417 PyObject *dec; PyDecType_FromDecimalExact() local
2609 PyObject *dec; PyDecType_FromSequence() local
2636 PyObject *dec; PyDecType_FromSequenceExact() local
3137 dec_str(PyObject *dec) dec_str() argument
3157 dec_repr(PyObject *dec) dec_repr() argument
3301 dec_format(PyObject *dec, PyObject *args) dec_format() argument
3496 dec_as_long(PyObject *dec, PyObject *context, int round) dec_as_long() argument
3679 PyDec_ToIntegralValue(PyObject *dec, PyObject *args, PyObject *kwds) PyDec_ToIntegralValue() argument
3720 PyDec_ToIntegralExact(PyObject *dec, PyObject *args, PyObject *kwds) PyDec_ToIntegralExact() argument
3761 PyDec_AsFloat(PyObject *dec) PyDec_AsFloat() argument
3793 PyDec_Round(PyObject *dec, PyObject *args) PyDec_Round() argument
3843 PyDec_AsTuple(PyObject *dec, PyObject *dummy UNUSED) PyDec_AsTuple() argument
4171 nm_dec_as_long(PyObject *dec) nm_dec_as_long() argument
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_buffer.h597 static inline void vn_decode_vkGetBufferMemoryRequirements_reply(struct vn_cs_decoder *dec, VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryRequirements) in vn_decode_vkGetBufferMemoryRequirements_reply() argument
600 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkGetBufferMemoryRequirements_reply()
605 if (vn_decode_simple_pointer(dec)) { in vn_decode_vkGetBufferMemoryRequirements_reply()
606 vn_decode_VkMemoryRequirements(dec, pMemoryRequirements); in vn_decode_vkGetBufferMemoryRequirements_reply()
654 static inline VkResult vn_decode_vkBindBufferMemory_reply(struct vn_cs_decoder *dec, VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset) in vn_decode_vkBindBufferMemory_reply() argument
657 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkBindBufferMemory_reply()
661 vn_decode_VkResult(dec, &ret); in vn_decode_vkBindBufferMemory_reply()
723 static inline VkResult vn_decode_vkCreateBuffer_reply(struct vn_cs_decoder *dec, VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBuffer* pBuffer) in vn_decode_vkCreateBuffer_reply() argument
726 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkCreateBuffer_reply()
730 vn_decode_VkResult(dec, in vn_decode_vkCreateBuffer_reply()
783 vn_decode_vkDestroyBuffer_reply(struct vn_cs_decoder *dec, VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) vn_decode_vkDestroyBuffer_reply() argument
845 vn_decode_vkBindBufferMemory2_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) vn_decode_vkBindBufferMemory2_reply() argument
905 vn_decode_vkGetBufferMemoryRequirements2_reply(struct vn_cs_decoder *dec, VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, VkMemoryRequirements2* pMemoryRequirements) vn_decode_vkGetBufferMemoryRequirements2_reply() argument
965 vn_decode_vkGetDeviceBufferMemoryRequirements_reply(struct vn_cs_decoder *dec, VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) vn_decode_vkGetDeviceBufferMemoryRequirements_reply() argument
1019 vn_decode_vkGetBufferOpaqueCaptureAddress_reply(struct vn_cs_decoder *dec, VkDevice device, const VkBufferDeviceAddressInfo* pInfo) vn_decode_vkGetBufferOpaqueCaptureAddress_reply() argument
1072 vn_decode_vkGetBufferDeviceAddress_reply(struct vn_cs_decoder *dec, VkDevice device, const VkBufferDeviceAddressInfo* pInfo) vn_decode_vkGetBufferDeviceAddress_reply() argument
1281 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetBufferMemoryRequirements() local
1300 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkBindBufferMemory() local
1322 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkCreateBuffer() local
1344 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkDestroyBuffer() local
1363 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkBindBufferMemory2() local
1385 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetBufferMemoryRequirements2() local
1404 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetDeviceBufferMemoryRequirements() local
1423 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetBufferOpaqueCaptureAddress() local
1445 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkGetBufferDeviceAddress() local
[all...]
/kernel/linux/common_modules/dec/
H A Dapply_dec.sh12 DEC_SOURCE_ROOT=$OHOS_SOURCE_ROOT/kernel/linux/common_modules/dec
18 if [ ! -d "$KERNEL_BUILD_ROOT/fs/dec" ]; then
19 mkdir $KERNEL_BUILD_ROOT/fs/dec
22 cd $KERNEL_BUILD_ROOT/fs/dec
23 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/fs/dec $DEC_SOURCE_ROOT)/* ./
/third_party/typescript/tests/baselines/reference/
H A DdecoratorWithUnderscoreMethod.js3 function dec(): Function {
12 @dec()
19 function dec() { function
33 dec()
/third_party/ffmpeg/tests/api/
H A Dapi-flac-test.c82 static int init_decoder(const AVCodec *dec, AVCodecContext **dec_ctx, in init_decoder() argument
88 ctx = avcodec_alloc_context3(dec); in init_decoder()
97 result = avcodec_open2(ctx, dec, NULL); in init_decoder()
107 static int run_test(const AVCodec *enc, const AVCodec *dec, in run_test() argument
248 const AVCodec *enc = NULL, *dec = NULL; in main() local
263 dec = avcodec_find_decoder(AV_CODEC_ID_FLAC); in main()
264 if (!dec) { in main()
273 if (init_decoder(dec, &dec_ctx, &channel_layouts[cl]) != 0) in main()
275 if (run_test(enc, dec, enc_ctx, dec_ctx) != 0) in main()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c59 * @dec : decode information (AP-R, VPU-W)
67 struct vdec_h264_dec_info dec; member
228 inst->vsi_ctx.dec.cap_num_planes = in get_pic_info()
240 inst->vsi_ctx.dec.resolution_changed = true; in get_pic_info()
243 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info()
246 inst->vsi_ctx.dec.resolution_changed, in get_pic_info()
247 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info()
267 *dpb_sz = inst->vsi_ctx.dec.dpb_sz; in get_dpb_size()
292 inst->vsi_ctx.dec.resolution_changed = true; in vdec_h264_slice_init()
293 inst->vsi_ctx.dec in vdec_h264_slice_init()
[all...]
/third_party/lzma/C/
H A DXzDec.c1474 CXzUnpacker dec; member
1512 CXzUnpacker dec; member
1564 XzUnpacker_Construct(&p->dec, &p->alignOffsetAlloc.vt); in XzDecMt_Create()
1612 XzUnpacker_Free(&p->dec); in XzDecMt_FreeSt()
1653 XzUnpacker_Free(&t->dec); in XzDecMt_Destroy()
1700 XzUnpacker_Construct(&coder->dec, &me->alignOffsetAlloc.vt); in XzDecMt_Callback_Parse()
1704 XzUnpacker_Init(&coder->dec); in XzDecMt_Callback_Parse()
1708 coder->dec.streamFlags = me->streamFlags; in XzDecMt_Callback_Parse()
1710 XzUnpacker_PrepareToRandomBlockDecoding(&coder->dec); in XzDecMt_Callback_Parse()
1718 coder->dec in XzDecMt_Callback_Parse()
2147 CXzUnpacker *dec = &me->dec; XzDecMt_Callback_Write() local
2378 CXzUnpacker *dec; XzDecMt_Decode_ST() local
2543 XzStatInfo_SetStat(const CXzUnpacker *dec, int finishMode, UInt64 inProcessed, SRes res, ECoderStatus status, BoolInt decodingTruncated, CXzStatInfo *stat) XzStatInfo_SetStat() argument
2761 const CXzUnpacker *dec; XzDecMt_Decode() local
[all...]
/kernel/linux/linux-5.10/arch/mips/dec/
H A Dint-handler.S22 #include <asm/dec/interrupts.h>
23 #include <asm/dec/ioasic_addrs.h>
24 #include <asm/dec/ioasic_ints.h>
25 #include <asm/dec/kn01.h>
26 #include <asm/dec/kn02.h>
27 #include <asm/dec/kn02xa.h>
28 #include <asm/dec/kn03.h>
/kernel/linux/linux-6.6/arch/mips/dec/
H A Dint-handler.S22 #include <asm/dec/interrupts.h>
23 #include <asm/dec/ioasic_addrs.h>
24 #include <asm/dec/ioasic_ints.h>
25 #include <asm/dec/kn01.h>
26 #include <asm/dec/kn02.h>
27 #include <asm/dec/kn02xa.h>
28 #include <asm/dec/kn03.h>
/third_party/lz4/tests/
H A Dtest-lz4-versions.py133 for dec in glob.glob("*.dec"):
134 os.remove(dec)
139 proc(['./lz4c.' + tag, '-df', lz4, lz4 + '_d64_' + tag + '.dec'])
140 proc(['./lz4c32.' + tag, '-df', lz4, lz4 + '_d32_' + tag + '.dec'])
143 # Compare all '.dec' files with test_dat
144 decs = glob.glob('*.dec')
145 for dec in decs:
146 if not filecmp.cmp(dec, test_dat):
147 print('ERR : ' + dec)
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.cc138 Arg::Arg(Dec dec) { in Arg() argument
139 assert(dec.width <= numbers_internal::kFastToBufferSize); in Arg()
141 char* const minfill = end - dec.width; in Arg()
143 uint64_t value = dec.value; in Arg()
144 bool neg = dec.neg; in Arg()
157 if (neg && dec.fill == '0') { // If filling with '0', in Arg()
162 std::fill_n(writer, fillers, dec.fill); in Arg()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A DMakefile3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \
4 mtk-vcodec-dec-hw.o
6 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \
25 mtk-vcodec-dec-hw-y := mtk_vcodec_dec_hw.o
/third_party/astc-encoder/Source/
H A Dastcenccli_image_external.cpp105 wuffs_png__decoder *dec = wuffs_png__decoder__alloc(); in load_png_with_wuffs() local
106 if (!dec) in load_png_with_wuffs()
113 wuffs_base__status status = wuffs_png__decoder__decode_image_config(dec, &ic, &src); in load_png_with_wuffs()
135 size_t workbuf_len = wuffs_png__decoder__workbuf_len(dec).max_incl; in load_png_with_wuffs()
161 status = wuffs_png__decoder__decode_frame(dec, &pb, &src, WUFFS_BASE__PIXEL_BLEND__SRC, workbuf_slice, NULL); in load_png_with_wuffs()
171 free(dec); in load_png_with_wuffs()
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddemux.h230 WebPAnimDecoder* dec = WebPAnimDecoderNew(webp_data, &dec_options);
232 WebPAnimDecoderGetInfo(dec, &anim_info);
234 while (WebPAnimDecoderHasMoreFrames(dec)) {
237 WebPAnimDecoderGetNext(dec, &buf, &timestamp);
239 // ... (Do NOT free 'buf', as it is owned by 'dec').
241 WebPAnimDecoderReset(dec);
243 const WebPDemuxer* demuxer = WebPAnimDecoderGetDemuxer(dec);
245 WebPAnimDecoderDelete(dec);
305 // dec - (in) decoder instance to get information from.
309 WEBP_EXTERN int WebPAnimDecoderGetInfo(const WebPAnimDecoder* dec,
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c104 static inline void _mpd_check_exp(mpd_t *dec, const mpd_context_t *ctx,
202 mpd_adjexp(const mpd_t *dec) in mpd_adjexp() argument
204 return (dec->exp + dec->digits) - 1; in mpd_adjexp()
223 mpd_msword(const mpd_t *dec) in mpd_msword() argument
225 assert(dec->len > 0); in mpd_msword()
226 return dec->data[dec->len-1]; in mpd_msword()
266 mpd_iscanonical(const mpd_t *dec) in mpd_iscanonical() argument
268 (void)dec; in mpd_iscanonical()
274 mpd_isfinite(const mpd_t *dec) mpd_isfinite() argument
281 mpd_isinfinite(const mpd_t *dec) mpd_isinfinite() argument
288 mpd_isnan(const mpd_t *dec) mpd_isnan() argument
295 mpd_isnegative(const mpd_t *dec) mpd_isnegative() argument
302 mpd_ispositive(const mpd_t *dec) mpd_ispositive() argument
309 mpd_isqnan(const mpd_t *dec) mpd_isqnan() argument
316 mpd_issigned(const mpd_t *dec) mpd_issigned() argument
323 mpd_issnan(const mpd_t *dec) mpd_issnan() argument
330 mpd_isspecial(const mpd_t *dec) mpd_isspecial() argument
337 mpd_iszero(const mpd_t *dec) mpd_iszero() argument
344 mpd_iszerocoeff(const mpd_t *dec) mpd_iszerocoeff() argument
351 mpd_isnormal(const mpd_t *dec, const mpd_context_t *ctx) mpd_isnormal() argument
361 mpd_issubnormal(const mpd_t *dec, const mpd_context_t *ctx) mpd_issubnormal() argument
378 mpd_isoddcoeff(const mpd_t *dec) mpd_isoddcoeff() argument
385 mpd_sign(const mpd_t *dec) mpd_sign() argument
392 mpd_arith_sign(const mpd_t *dec) mpd_arith_sign() argument
406 mpd_isdynamic(const mpd_t *dec) mpd_isdynamic() argument
413 mpd_isstatic(const mpd_t *dec) mpd_isstatic() argument
420 mpd_isdynamic_data(const mpd_t *dec) mpd_isdynamic_data() argument
427 mpd_isstatic_data(const mpd_t *dec) mpd_isstatic_data() argument
434 mpd_isshared_data(const mpd_t *dec) mpd_isshared_data() argument
441 mpd_isconst_data(const mpd_t *dec) mpd_isconst_data() argument
464 mpd_del(mpd_t *dec) mpd_del() argument
770 _mpd_negate(mpd_t *dec) _mpd_negate() argument
886 _mpd_get_msdigits(mpd_uint_t *hi, mpd_uint_t *lo, const mpd_t *dec, unsigned int n) _mpd_get_msdigits() argument
928 mpd_trail_zeros(const mpd_t *dec) mpd_trail_zeros() argument
950 _mpd_isint(const mpd_t *dec) _mpd_isint() argument
964 mpd_isinteger(const mpd_t *dec) mpd_isinteger() argument
988 mpd_coeff_ispow10(const mpd_t *dec) mpd_coeff_ispow10() argument
1015 mpd_coeff_isallnine(const mpd_t *dec) mpd_coeff_isallnine() argument
1028 mpd_isodd(const mpd_t *dec) mpd_isodd() argument
1043 mpd_iseven(const mpd_t *dec) mpd_iseven() argument
1701 _mpd_rnd_incr(const mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx) _mpd_rnd_incr() argument
1736 _mpd_apply_round(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round() argument
1770 _mpd_apply_round_excess(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round_excess() argument
1792 _mpd_apply_round_fit(mpd_t *dec, mpd_uint_t rnd, const mpd_context_t *ctx, uint32_t *status) _mpd_apply_round_fit() argument
1817 _mpd_check_exp(mpd_t *dec, const mpd_context_t *ctx, uint32_t *status) _mpd_check_exp() argument
1930 mpd_check_underflow(mpd_t *dec, const mpd_context_t *ctx, uint32_t *status) mpd_check_underflow() argument
1940 _mpd_check_round(mpd_t *dec, const mpd_context_t *ctx, uint32_t *status) _mpd_check_round() argument
[all...]
H A Dmpdecimal.h179 /* type for dec->len, dec->exp, ctx->prec */
406 char *mpd_to_sci(const mpd_t *dec, int fmt);
407 char *mpd_to_eng(const mpd_t *dec, int fmt);
408 mpd_ssize_t mpd_to_sci_size(char **res, const mpd_t *dec, int fmt);
409 mpd_ssize_t mpd_to_eng_size(char **res, const mpd_t *dec, int fmt);
412 char *mpd_qformat_spec(const mpd_t *dec, const mpd_spec_t *spec, const mpd_context_t *ctx, uint32_t *status);
413 char *mpd_qformat(const mpd_t *dec, const char *fmt, const mpd_context_t *ctx, uint32_t *status);
424 void mpd_fprint(FILE *file, const mpd_t *dec);
425 void mpd_print(const mpd_t *dec);
[all...]
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp158 dec = OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_HEVC); in AVCodecE2EDemoAPI10()
160 if (!enc || !dec) { in AVCodecE2EDemoAPI10()
184 OH_VideoDecoder_Configure(dec, trackFormat); in AVCodecE2EDemoAPI10()
196 if (dec) { in ~AVCodecE2EDemoAPI10()
197 OH_VideoDecoder_Destroy(dec); in ~AVCodecE2EDemoAPI10()
229 OH_VideoDecoder_SetCallback(dec, decCallback, this); in Configure()
232 OH_VideoDecoder_SetSurface(dec, window); in Configure()
256 OH_VideoDecoder_Prepare(dec); in Start()
260 OH_VideoDecoder_Start(dec); in Start()
281 OH_VideoDecoder_Stop(dec); in Stop()
[all...]
H A Davcodec_e2e_demo.cpp135 dec = OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_HEVC); in AVCodecE2EDemo()
137 if (!enc || !dec) { in AVCodecE2EDemo()
162 OH_VideoDecoder_Configure(dec, trackFormat); in AVCodecE2EDemo()
175 if (dec) { in ~AVCodecE2EDemo()
176 OH_VideoDecoder_Destroy(dec); in ~AVCodecE2EDemo()
209 OH_VideoDecoder_RegisterCallback(dec, decCallback, this); in Configure()
212 OH_VideoDecoder_SetSurface(dec, window); in Configure()
237 OH_VideoDecoder_Prepare(dec); in Start()
241 OH_VideoDecoder_Start(dec); in Start()
263 OH_VideoDecoder_Stop(dec); in Stop()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java64 DecimalFormat dec = new DecimalFormat(pat); in testJB1871()
65 dec.setRoundingMode(BigDecimal.ROUND_HALF_UP); in testJB1871()
66 dec.setRoundingIncrement(new java.math.BigDecimal("0.0001")); in testJB1871()
67 String str = dec.format(number); in testJB1871()
74 dec = new DecimalFormat(pat); in testJB1871()
75 dec.setRoundingMode(BigDecimal.ROUND_HALF_UP); in testJB1871()
76 str = dec.format(number); in testJB1871()
84 dec = new DecimalFormat(pat); in testJB1871()
88 dec.setRoundingMode(BigDecimal.ROUND_HALF_UP); in testJB1871()
89 str = dec in testJB1871()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java67 DecimalFormat dec = new DecimalFormat(pat); in testJB1871()
68 dec.setRoundingMode(BigDecimal.ROUND_HALF_UP); in testJB1871()
69 dec.setRoundingIncrement(new java.math.BigDecimal("0.0001")); in testJB1871()
70 String str = dec.format(number); in testJB1871()
77 dec = new DecimalFormat(pat); in testJB1871()
78 dec.setRoundingMode(BigDecimal.ROUND_HALF_UP); in testJB1871()
79 str = dec.format(number); in testJB1871()
87 dec = new DecimalFormat(pat); in testJB1871()
91 dec.setRoundingMode(BigDecimal.ROUND_HALF_UP); in testJB1871()
92 str = dec in testJB1871()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtw2804.c252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local
269 write_regs(client, regs, dec->channel); in tw2804_s_std()
270 dec->norm = norm; in tw2804_s_std()
277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local
281 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing()
287 dec->channel = config - 1; in tw2804_s_video_routing()
289 dec->channel); in tw2804_s_video_routing()
290 if (dec->channel == 0 && in tw2804_s_video_routing()
296 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing()
299 dec in tw2804_s_video_routing()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtw2804.c252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local
269 write_regs(client, regs, dec->channel); in tw2804_s_std()
270 dec->norm = norm; in tw2804_s_std()
277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local
281 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing()
287 dec->channel = config - 1; in tw2804_s_video_routing()
289 dec->channel); in tw2804_s_video_routing()
290 if (dec->channel == 0 && in tw2804_s_video_routing()
296 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing()
299 dec in tw2804_s_video_routing()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_wrapper.c24 void Minimp3WrapperMp3decInit(Minimp3WrapperMp3dec *dec) in Minimp3WrapperMp3decInit() argument
26 mp3dec_init(dec); in Minimp3WrapperMp3decInit()
29 int Minimp3WrapperMp3decDecodeFrame(Minimp3WrapperMp3dec *dec, const uint8_t *mp3, int mp3Bytes, in Minimp3WrapperMp3decDecodeFrame() argument
32 return mp3dec_decode_frame(dec, mp3, mp3Bytes, pcm, info); in Minimp3WrapperMp3decDecodeFrame()
H A Dminimp3_wrapper.h34 void (*init)(Minimp3WrapperMp3dec *dec);
36 int (*decoderFrame)(Minimp3WrapperMp3dec *dec, const uint8_t *mp3, int mp3Bytes,
49 void Minimp3WrapperMp3decInit(Minimp3WrapperMp3dec *dec);
51 int Minimp3WrapperMp3decDecodeFrame(Minimp3WrapperMp3dec *dec, const uint8_t *mp3, int mp3Bytes,
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8li_dec.h19 #include "src/dec/webpi_dec.h"
96 struct ALPHDecoder; // Defined in dec/alphai.h.
116 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
119 // this function. Returns false in case of error, with updated dec->status_.
120 int VP8LDecodeImage(VP8LDecoder* const dec);
123 // Preserves the dec->status_ value.
124 void VP8LClear(VP8LDecoder* const dec);
127 void VP8LDelete(VP8LDecoder* const dec);

Completed in 34 milliseconds

12345678910>>...39