Home
last modified time | relevance | path

Searched refs:pts (Results 701 - 725 of 1000) sorted by relevance

1...<<21222324252627282930>>...40

/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c144 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 Dmmal-vchiq.c144 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 Dhlsenc.c2457 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 Drpl.c359 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 Dcodec_types.c247 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 Dringbuf.c275 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 Dfmdrv_v4l2.c96 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 Dvidtv_mux.c304 args.pts = au->pts; in vidtv_mux_packetize_access_units()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c304 args.pts = au->pts; in vidtv_mux_packetize_access_units()
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c96 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 Duvc_video.c40 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 Dlibopenh264enc.c439 avpkt->pts = frame->pts; in svc_encode_frame()
H A Da64multienc.c61 /* 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 Daf_chorus.c256 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 Dvf_displace.c263 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Daf_superequalizer.c240 out->pts = in->pts; in filter_frame()
H A Dsrc_avsynctest.c224 out->pts = s->apts; in audio_frame()
350 out->pts = s->vpts++; in video_frame()
H A Dvf_crop.c258 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 Dbuffersink.c119 int64_t pts; in get_frame_internal() local
132 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in get_frame_internal()
H A Dvf_avgblur_opencl.c161 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 Dvf_convolution_opencl.c189 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 Davf_avectorscope.c277 s->outpicref->pts = av_rescale_q(insamples->pts, inlink->time_base, outlink->time_base); in filter_frame()
H A Davf_abitscope.c236 outpicref->pts = insamples->pts; in filter_frame()
H A Dvf_nlmeans_opencl.c301 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 Dvf_remap.c304 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()

Completed in 24 milliseconds

1...<<21222324252627282930>>...40