Home
last modified time | relevance | path

Searched refs:data (Results 4151 - 4175 of 15795) sorted by relevance

1...<<161162163164165166167168169170>>...632

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeThreadSafeRingBuffer.cpp40 deUint32 data; member
43 : data((threadId << 16) | payload) in Message()
48 : data(0) in Message()
52 deUint16 getThreadId (void) const { return (deUint16)(data >> 16); } in getThreadId()
53 deUint16 getPayload (void) const { return (deUint16)(data & 0xffff); } in getPayload()
/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c57 void *buf; /**< compressed data buffer */
58 size_t sz; /**< length of compressed data */
136 * encounter a frame with ROI side data.
338 uint8_t *data; in copy_hdr10_plus_to_pkt() local
345 data = av_packet_new_side_data(pkt, AV_PKT_DATA_DYNAMIC_HDR10_PLUS, frame_hdr10_plus.hdr10_plus->size); in copy_hdr10_plus_to_pkt()
346 if (!data) { in copy_hdr10_plus_to_pkt()
351 memcpy(data, frame_hdr10_plus.hdr10_plus->data, frame_hdr10_plus.hdr10_plus->size); in copy_hdr10_plus_to_pkt()
1208 dst->pts = src->data.frame.pts; in cx_pktcpy()
1209 dst->duration = src->data in cx_pktcpy()
1705 struct FrameHDR10Plus data; vpx_encode() local
[all...]
H A Dvp9_parser.c31 const uint8_t *data, int size) in parse()
36 *out_data = data; in parse()
39 if (!size || (res = init_get_bits8(&gb, data, size)) < 0) in parse()
28 parse(AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size) parse() argument
/third_party/ffmpeg/libavformat/
H A Dmpegts.c172 /* user data */
191 /* data needed to handle file based ts */
194 /** packet containing Audio/Video data */
210 /* private mpegts data */
456 static void mpegts_drm_get_sync_header_index(uint8_t *data, uint32_t data_size, uint32_t *pos_index) in mpegts_drm_get_sync_header_index() argument
460 if ((data[i] != g_video_frame_arr[DRM_ARR_SUBSCRIPT_ZERO]) || in mpegts_drm_get_sync_header_index()
461 (data[i + DRM_ARR_SUBSCRIPT_ONE] != g_video_frame_arr[DRM_ARR_SUBSCRIPT_ONE]) || in mpegts_drm_get_sync_header_index()
462 (data[i + DRM_ARR_SUBSCRIPT_TWO] != g_video_frame_arr[DRM_ARR_SUBSCRIPT_TWO])) { in mpegts_drm_get_sync_header_index()
472 static int mpegts_drm_find_avs_cei_nal_unit(uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, in mpegts_drm_find_avs_cei_nal_unit() argument
478 * data[ in mpegts_drm_find_avs_cei_nal_unit()
499 mpegts_drm_find_hevc_cei_nal_unit(uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_hevc_cei_nal_unit() argument
531 mpegts_drm_find_h264_cei_nal_unit(uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_h264_cei_nal_unit() argument
564 mpegts_drm_find_cei_nal_unit(enum AVCodecID codec_id, uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t index) mpegts_drm_find_cei_nal_unit() argument
578 mpegts_drm_find_cei_pos(enum AVCodecID codec_id, uint8_t *data, uint32_t data_size, uint32_t *cei_start_pos, uint32_t *cei_end_pos) mpegts_drm_find_cei_pos() argument
610 mpegts_drm_remove_ambiguity_bytes(uint8_t *data, uint32_t *data_size, uint32_t offset) mpegts_drm_remove_ambiguity_bytes() argument
631 mpegts_drm_get_key_id(uint8_t *data, uint32_t *data_size, uint32_t *pos, uint8_t *drm_descriptor_flag, AV_DrmCencInfo *cenc_info) mpegts_drm_get_key_id() argument
663 mpegts_drm_get_iv(uint8_t *data, uint32_t data_size, uint32_t *pos, AV_DrmCencInfo *cenc_info) mpegts_drm_get_iv() argument
684 mpegts_drm_parse_drm_descriptor(AVStream *avstream, uint8_t *data, uint32_t data_size, uint32_t *pos, uint8_t drm_descriptor_flag) mpegts_drm_parse_drm_descriptor() argument
714 mpegts_drm_set_key_info(AVStream *avstream, uint8_t *data, uint32_t data_size, uint32_t cei_start_pos, AV_DrmCencInfo *cenc_info) mpegts_drm_set_key_info() argument
806 mpegts_drm_get_cenc_info(AVStream *avstream, enum AVCodecID codec_id, uint8_t *data, uint32_t data_size, AV_DrmCencInfo *cenc_info) mpegts_drm_get_cenc_info() argument
3573 read_packet(AVFormatContext *s, uint8_t *buf, int raw_packet_size, const uint8_t **data) read_packet() argument
3610 const uint8_t *data; handle_packets() local
3781 const uint8_t *data; mpegts_read_header() local
3847 const uint8_t *data; mpegts_raw_read_packet() local
[all...]
H A Drtpdec_ilbc.c27 AVStream *stream, PayloadContext *data, in ilbc_parse_fmtp()
48 PayloadContext *data, const char *line) in ilbc_parse_sdp_line()
58 int ret = ff_parse_fmtp(s, st, data, p, ilbc_parse_fmtp); in ilbc_parse_sdp_line()
26 ilbc_parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) ilbc_parse_fmtp() argument
47 ilbc_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) ilbc_parse_sdp_line() argument
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c214 picref->data, picref->linesize, in color_fill_picture()
309 const uint8_t *data = frame->data[0]; in haldclutsrc_fill_picture() local
328 uint##nbits##_t *dst = ((uint##nbits##_t *)(data + y*linesize)) + x*step; \ in haldclutsrc_fill_picture()
337 type *dst = ((type *)(frame->data[2] + y*frame->linesize[2])) + x; \ in haldclutsrc_fill_picture()
339 dst = ((type *)(frame->data[0] + y*frame->linesize[0])) + x; \ in haldclutsrc_fill_picture()
341 dst = ((type *)(frame->data[1] + y*frame->linesize[1])) + x; \ in haldclutsrc_fill_picture()
344 dst = ((type *)(frame->data[3] + y*linesize)) + x; \ in haldclutsrc_fill_picture()
566 uint8_t *data = frame->data[ in test_fill_picture() local
[all...]
H A Dvmaf_motion.h54 int ff_vmafmotion_init(VMAFMotionData *data, int w, int h, enum AVPixelFormat fmt);
55 double ff_vmafmotion_process(VMAFMotionData *data, AVFrame *frame);
56 double ff_vmafmotion_uninit(VMAFMotionData *data);
/third_party/elfutils/libelf/
H A Dgelf_update_syminfo.c42 gelf_update_syminfo (Elf_Data *data, int ndx, GElf_Syminfo *src) in gelf_update_syminfo() argument
44 Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data; in gelf_update_syminfo()
48 if (data == NULL) in gelf_update_syminfo()
53 /* The type of the data better should match. */ in gelf_update_syminfo()
65 /* Check whether we have to resize the data buffer. */ in gelf_update_syminfo()
H A Dgelf_update_verdaux.c42 gelf_update_verdaux (Elf_Data *data, int offset, GElf_Verdaux *src) in gelf_update_verdaux() argument
44 Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data; in gelf_update_verdaux()
46 if (data == NULL) in gelf_update_verdaux()
53 /* Check whether we have to resize the data buffer. */ in gelf_update_verdaux()
63 /* The type of the data better should match. */ in gelf_update_verdaux()
H A Dgelf_update_vernaux.c42 gelf_update_vernaux (Elf_Data *data, int offset, GElf_Vernaux *src) in gelf_update_vernaux() argument
44 Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data; in gelf_update_vernaux()
46 if (data == NULL) in gelf_update_vernaux()
53 /* Check whether we have to resize the data buffer. */ in gelf_update_vernaux()
63 /* The type of the data better should match. */ in gelf_update_vernaux()
H A Dgelf_update_verneed.c42 gelf_update_verneed (Elf_Data *data, int offset, GElf_Verneed *src) in gelf_update_verneed() argument
44 Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data; in gelf_update_verneed()
46 if (data == NULL) in gelf_update_verneed()
53 /* Check whether we have to resize the data buffer. */ in gelf_update_verneed()
63 /* The type of the data better should match. */ in gelf_update_verneed()
H A Dgelf_update_verdef.c42 gelf_update_verdef (Elf_Data *data, int offset, GElf_Verdef *src) in gelf_update_verdef() argument
44 Elf_Data_Scn *data_scn = (Elf_Data_Scn *) data; in gelf_update_verdef()
46 if (data == NULL) in gelf_update_verdef()
53 /* Check whether we have to resize the data buffer. */ in gelf_update_verdef()
63 /* The type of the data better should match. */ in gelf_update_verdef()
/third_party/ffmpeg/ffbuild/
H A Dbin2c.c31 unsigned char data; in main() local
60 while (fread(&data, 1, 1, input) > 0) { in main()
61 fprintf(output, "0x%02x, ", data); in main()
/third_party/curl/tests/
H A Dappveyor.pm59 --data '
63 "fileName": "tests/data/test$testnum",
103 --data '
107 "fileName": "tests/data/test$testnum",
118 --data '
/third_party/curl/tests/libtest/
H A Dlib1514.c33 static char data[]="dummy"; variable
50 pooh->sizeleft--; /* less data left */ in read_callback()
54 return 0; /* no more data left to deliver */ in read_callback()
62 struct WriteThis pooh = { data, sizeof(data)-1 }; in test()
/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-dense.c30 // the input data and expected data are generated with below python code. in test()
34 data = np.random.rand(1, 5, 6, 3); in test()
51 output = sess.run(y, feed_dict={x: data}) in test()
54 print(data.shape) in test()
55 print(list(data.flatten())) in test()
102 operands[0].data = input; in test()
107 operands[1].data = NULL; in test()
112 output = operands[1].data; in test()
H A Ddnn-layer-depth2space.c31 // the input data and expected data are generated with below python code. in test()
35 data = np.random.rand(1, 5, 3, 4); in test()
40 output = sess.run(y, feed_dict={x: data}) in test()
43 print(data.shape) in test()
44 print(list(data.flatten())) in test()
75 operands[0].data = input; in test()
80 operands[1].data = NULL; in test()
86 output = operands[1].data; in test()
H A Ddnn-layer-maximum.c40 operands[0].data = input; in test()
45 operands[1].data = NULL; in test()
50 output = operands[1].data; in test()
/third_party/curl/lib/
H A Dsigpipe.h44 static void sigpipe_ignore(struct Curl_easy *data, in sigpipe_ignore() argument
49 ig->no_signal = data->set.no_signal; in sigpipe_ignore()
50 if(!data->set.no_signal) { in sigpipe_ignore()
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-depth2space-test.c31 // the input data and expected data are generated with below python code. in test()
35 data = np.random.rand(1, 5, 3, 4); in test()
40 output = sess.run(y, feed_dict={x: data}) in test()
43 print(data.shape) in test()
44 print(list(data.flatten())) in test()
75 operands[0].data = input; in test()
80 operands[1].data = NULL; in test()
86 output = operands[1].data; in test()
H A Ddnn-layer-maximum-test.c40 operands[0].data = input; in test()
45 operands[1].data = NULL; in test()
50 output = operands[1].data; in test()
H A Ddnn-layer-dense-test.c30 // the input data and expected data are generated with below python code. in test()
34 data = np.random.rand(1, 5, 6, 3); in test()
51 output = sess.run(y, feed_dict={x: data}) in test()
54 print(data.shape) in test()
55 print(list(data.flatten())) in test()
102 operands[0].data = input; in test()
107 operands[1].data = NULL; in test()
112 output = operands[1].data; in test()
/third_party/astc-encoder/Source/Fuzzers/
H A Dfuzz_astc_physical_to_symbolic.cpp22 * input ASTC data from disk. The 16 bytes can contain arbitrary data; they
80 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
91 FuzzedDataProvider stream(data, size); in LLVMFuzzerTestOneInput()
99 std::memcpy(pcb, buffer.data(), 16); in LLVMFuzzerTestOneInput()
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c15 char data[500]; in update() local
18 buf.base = data; in update()
19 buf.len = sprintf(data, "\033[2J\033[H\033[%dB\033[%luC\033[42;37m%s", in update()
/third_party/libcoap/src/
H A Dcoap_io_riot.c55 const uint8_t *data, in coap_socket_send()
62 bytes_written = send(sock->fd, data, datalen, 0); in coap_socket_send()
64 bytes_written = sendto(sock->fd, data, datalen, 0, in coap_socket_send()
53 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, size_t datalen) coap_socket_send() argument

Completed in 16 milliseconds

1...<<161162163164165166167168169170>>...632