/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 144 s64 pts; member 268 buffer->pts = msg_context->u.bulk.pts; in buffer_work_cb() 352 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive() 432 m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN; in buffer_from_host() 1334 mmalbuf->pts = MMAL_TIME_UNKNOWN; in port_disable()
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 144 s64 pts; member 265 buffer->pts = msg_context->u.bulk.pts; in buffer_work_cb() 349 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive() 429 m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN; in buffer_from_host() 1331 mmalbuf->pts = MMAL_TIME_UNKNOWN; in port_disable()
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 2457 vs->start_pts = pkt->pts; in hls_write_packet() 2461 if (vs->start_pts_from_audio && st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && vs->start_pts > pkt->pts) { in hls_write_packet() 2462 vs->start_pts = pkt->pts; in hls_write_packet() 2471 if (pkt->pts == AV_NOPTS_VALUE) in hls_write_packet() 2476 vs->end_pts = pkt->pts; in hls_write_packet() 2479 vs->duration = (double)(pkt->pts - vs->end_pts) in hls_write_packet() 2486 av_log(s, AV_LOG_WARNING, "Stream %d packet with pts %" PRId64 " has duration 0. The segment duration may not be precise.\n", in hls_write_packet() 2487 pkt->stream_index, pkt->pts); in hls_write_packet() 2488 vs->duration = (double)(pkt->pts - vs->end_pts) * st->time_base.num / st->time_base.den; in hls_write_packet() 2493 can_split = can_split && (pkt->pts in hls_write_packet() [all...] |
H A D | rpl.c | 359 pkt->pts = index_entry->timestamp + rpl->frame_in_part; in rpl_read_packet() 383 pkt->pts = index_entry->timestamp; in rpl_read_packet()
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_types.c | 247 if (!HdfSbufWriteInt32(data, (int32_t)dataBlock->type) || !HdfSbufWriteInt64(data, dataBlock->pts) || in OmxCodecBufferBlockMarshalling() 249 CODEC_LOGE("write dataBlock:type, pts or flag failed!"); in OmxCodecBufferBlockMarshalling() 372 if (!HdfSbufReadInt32(data, (int32_t *)&dataBlock->type) || !HdfSbufReadInt64(data, &dataBlock->pts) || in OmxCodecBufferBlockUnmarshalling() 374 CODEC_LOGE("read dataBlock:type, pts or flag failed!"); in OmxCodecBufferBlockUnmarshalling()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | ringbuf.c | 275 struct poll_table_struct *pts) in ringbuf_map_poll() 280 poll_wait(filp, &rb_map->rb->waitq, pts); in ringbuf_map_poll() 274 ringbuf_map_poll(struct bpf_map *map, struct file *filp, struct poll_table_struct *pts) ringbuf_map_poll() argument
|
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/ |
H A D | fmdrv_v4l2.c | 96 static __poll_t fm_v4l2_fops_poll(struct file *file, struct poll_table_struct *pts) in fm_v4l2_fops_poll() argument 103 ret = fmc_is_rds_data_available(fmdev, file, pts); in fm_v4l2_fops_poll()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_mux.c | 304 args.pts = au->pts; in vidtv_mux_packetize_access_units()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_mux.c | 304 args.pts = au->pts; in vidtv_mux_packetize_access_units()
|
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/ |
H A D | fmdrv_v4l2.c | 96 static __poll_t fm_v4l2_fops_poll(struct file *file, struct poll_table_struct *pts) in fm_v4l2_fops_poll() argument 103 ret = fmc_is_rds_data_available(fmdev, file, pts); in fm_v4l2_fops_poll()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_video.c | 40 u32 pts = ((u64)ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / NSEC_PER_USEC) * 48; in uvc_video_encode_header() local 43 put_unaligned_le32(pts, &data[pos]); in uvc_video_encode_header()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libopenh264enc.c | 439 avpkt->pts = frame->pts; in svc_encode_frame()
|
H A D | a64multienc.c | 61 /* pts of the next packet that will be output */ 325 c->next_pts = p->pts; in a64multi_encode_frame() 386 pkt->pts = pkt->dts = c->next_pts; in a64multi_encode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_chorus.c | 256 s->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base); in filter_frame() 286 frame->pts = s->next_pts; in request_frame()
|
H A D | vf_displace.c | 263 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | af_superequalizer.c | 240 out->pts = in->pts; in filter_frame()
|
H A D | src_avsynctest.c | 224 out->pts = s->apts; in audio_frame() 350 out->pts = s->vpts++; in video_frame()
|
H A D | vf_crop.c | 258 s->var_values[VAR_T] = frame->pts == AV_NOPTS_VALUE ? in filter_frame() 259 NAN : frame->pts * av_q2d(link->time_base); in filter_frame()
|
H A D | buffersink.c | 119 int64_t pts; in get_frame_internal() local 132 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in get_frame_internal()
|
H A D | vf_avgblur_opencl.c | 161 input->width, input->height, input->pts); in avgblur_opencl_filter_frame() 266 output->width, output->height, output->pts); in avgblur_opencl_filter_frame()
|
H A D | vf_convolution_opencl.c | 189 input->width, input->height, input->pts); in convolution_opencl_filter_frame() 287 output->width, output->height, output->pts); in convolution_opencl_filter_frame()
|
H A D | avf_avectorscope.c | 277 s->outpicref->pts = av_rescale_q(insamples->pts, inlink->time_base, outlink->time_base); in filter_frame()
|
H A D | avf_abitscope.c | 236 outpicref->pts = insamples->pts; in filter_frame()
|
H A D | vf_nlmeans_opencl.c | 301 input->width, input->height, input->pts); in nlmeans_opencl_filter_frame() 369 output->width, output->height, output->pts); in nlmeans_opencl_filter_frame()
|
H A D | vf_remap.c | 304 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|