Searched refs:body_offset (Results 1 – 12 of 12) sorted by relevance
/third_party/libcoap/src/ |
D | block.c | 1241 pdu->body_offset = 0; in coap_handle_request_put_block() 1276 pdu->body_offset = offset; in coap_handle_request_put_block() 1368 pdu->body_offset = 0; in coap_handle_request_put_block() 1382 pdu->body_offset = offset; in coap_handle_request_put_block() 1646 rcvd->body_offset = 0; in coap_handle_response_get_block() 1808 rcvd->body_offset = block.num*chunk; in coap_handle_response_get_block() 1823 rcvd->body_offset = 0; in coap_handle_response_get_block() 1827 rcvd->body_offset = block.num*chunk; in coap_handle_response_get_block() 1855 rcvd->body_offset = block.num*chunk; in coap_handle_response_get_block() 1921 rcvd->body_offset = block.num*chunk; in coap_handle_response_get_block()
|
D | pdu.c | 54 pdu->body_offset = 0; in coap_pdu_clear() 668 *offset = pdu->body_offset; in coap_get_data_large()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspconnection.c | 116 guint body_offset; /* into body_data or the buffer */ member 4046 if (msg->body_data && msg->body_offset < msg->body_data_size) { in gst_rtsp_source_dispatch_write() 4057 if (offset + mem->size <= msg->body_offset) { in gst_rtsp_source_dispatch_write() 4088 if (msg->body_offset < msg->body_data_size) { in gst_rtsp_source_dispatch_write() 4089 vectors[j].buffer = msg->body_data + msg->body_offset; in gst_rtsp_source_dispatch_write() 4090 vectors[j].size = msg->body_data_size - msg->body_offset; in gst_rtsp_source_dispatch_write() 4103 if (offset + mem->size <= msg->body_offset) { in gst_rtsp_source_dispatch_write() 4108 if (offset < msg->body_offset) in gst_rtsp_source_dispatch_write() 4109 off = msg->body_offset - offset; in gst_rtsp_source_dispatch_write() 4176 if (bytes_written + msg->body_offset >= body_size) { in gst_rtsp_source_dispatch_write() [all …]
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu_internal.h | 125 size_t body_offset; /**< Holds body data offset */ member
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 413 uint64_t body_offset; member 903 avio_wb64(pb, mxf->body_offset / mxf->edit_unit_byte_count); in mxf_write_common_fields() 1439 avio_wb64(pb, mxf->body_offset / mxf->edit_unit_byte_count); in mxf_write_generic_sound_common() 1962 avio_wb64(pb, mxf->body_offset); in mxf_write_partition() 2828 klv_encode_ber9_length(pb, mxf->body_offset); in mxf_write_opatom_body_partition() 2850 mxf->index_entries[mxf->edit_units_count].offset = mxf->body_offset; in mxf_write_opatom_packet() 2856 mxf->body_offset += pkt->size; in mxf_write_opatom_packet() 2975 mxf->index_entries[mxf->edit_units_count].offset = mxf->body_offset; in mxf_write_packet() 2978 mxf->body_offset += KAG_SIZE; // size of system element in mxf_write_packet() 2987 mxf->body_offset - mxf->index_entries[mxf->edit_units_count-1].offset; in mxf_write_packet() [all …]
|
D | mxfdec.c | 105 int64_t body_offset; member 741 partition->body_offset = avio_rb64(pb); in mxf_read_partition_pack() 1616 if (m < b && mxf->partitions[m].body_offset <= offset) in mxf_absolute_bodysid_offset() 1625 … (last_p && (!last_p->essence_length || last_p->essence_length > (offset - last_p->body_offset))) { in mxf_absolute_bodysid_offset() 1626 *offset_out = last_p->essence_offset + (offset - last_p->body_offset); in mxf_absolute_bodysid_offset()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmux.c | 1123 mux->partition.body_offset = 0; in gst_mxf_mux_init_partition_pack() 1401 mux->partition.body_offset; in gst_mxf_mux_handle_buffer() 1421 mux->partition.body_offset += gst_buffer_get_size (outbuf); in gst_mxf_mux_handle_buffer() 1451 mux->partition.body_offset = 0; in gst_mxf_mux_write_body_partition() 1604 mux->partition.body_offset = 0; in gst_mxf_mux_handle_eos() 1648 mux->partition.body_offset = 0; in gst_mxf_mux_handle_eos() 1668 mux->partition.body_offset = 0; in gst_mxf_mux_handle_eos()
|
D | mxftypes.h | 120 guint64 body_offset; member
|
D | mxfdemux.c | 898 demux->current_partition->partition.body_offset == 0) in gst_mxf_demux_update_essence_tracks() 2033 if (partition->partition.body_offset > stream_offset) in get_partition_for_stream_offset() 2041 && stream_offset < offset_partition->partition.body_offset) in get_partition_for_stream_offset() 2047 offset_partition->partition.body_offset); in get_partition_for_stream_offset() 2056 stream_offset - offset_partition->partition.body_offset; in get_partition_for_stream_offset() 2060 next_partition->partition.body_offset); in get_partition_for_stream_offset() 2401 offset_partition->partition.body_offset); in find_edit_entry() 2489 partition->essence_container_offset, partition->partition.body_offset); in find_entry_for_offset() 2492 partition->essence_container_offset + partition->partition.body_offset; in find_entry_for_offset() 4166 partition->partition.body_offset); [all …]
|
D | mxftypes.c | 857 pack->body_offset = GST_READ_UINT64_BE (data); in mxf_partition_pack_parse() 866 pack->body_offset); in mxf_partition_pack_parse() 969 GST_WRITE_UINT64_BE (data, pack->body_offset); in mxf_partition_pack_to_buffer()
|
/third_party/nghttp2/src/ |
D | HttpServer.h | 145 int64_t body_offset; member
|
D | HttpServer.cc | 449 body_offset(0), 1084 auto nread = std::min(stream->body_length - stream->body_offset, in file_read_callback() 1089 if (nread == 0 || stream->body_length == stream->body_offset + nread) { in file_read_callback() 1649 while ((nread = pread(fd, p, length, stream->body_offset)) == -1 && in send_data_callback() 1660 stream->body_offset += nread; in send_data_callback()
|