Home
last modified time | relevance | path

Searched refs:ts_shift (Results 1 – 25 of 43) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c167 static const unsigned int ts_shift[] = TS_SHIFT; variable
176 .ts_shift = ts_shift,
177 .ts_shift_num = ARRAY_SIZE(ts_shift),
188 .ts_shift = ts_shift,
189 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7785.c233 static const unsigned int ts_shift[] = TS_SHIFT; variable
242 .ts_shift = ts_shift,
243 .ts_shift_num = ARRAY_SIZE(ts_shift),
254 .ts_shift = ts_shift,
255 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7757.c381 static const unsigned int ts_shift[] = TS_SHIFT; variable
392 .ts_shift = ts_shift,
393 .ts_shift_num = ARRAY_SIZE(ts_shift),
406 .ts_shift = ts_shift,
407 .ts_shift_num = ARRAY_SIZE(ts_shift),
420 .ts_shift = ts_shift,
421 .ts_shift_num = ARRAY_SIZE(ts_shift),
434 .ts_shift = ts_shift,
435 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7722.c119 static const unsigned int ts_shift[] = TS_SHIFT; variable
130 .ts_shift = ts_shift,
131 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7786.c281 static const unsigned int ts_shift[] = TS_SHIFT; variable
290 .ts_shift = ts_shift,
291 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7724.c185 static const unsigned int ts_shift[] = TS_SHIFT; variable
196 .ts_shift = ts_shift,
197 .ts_shift_num = ARRAY_SIZE(ts_shift),
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c167 static const unsigned int ts_shift[] = TS_SHIFT; variable
176 .ts_shift = ts_shift,
177 .ts_shift_num = ARRAY_SIZE(ts_shift),
188 .ts_shift = ts_shift,
189 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7785.c233 static const unsigned int ts_shift[] = TS_SHIFT; variable
242 .ts_shift = ts_shift,
243 .ts_shift_num = ARRAY_SIZE(ts_shift),
254 .ts_shift = ts_shift,
255 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7757.c381 static const unsigned int ts_shift[] = TS_SHIFT; variable
392 .ts_shift = ts_shift,
393 .ts_shift_num = ARRAY_SIZE(ts_shift),
406 .ts_shift = ts_shift,
407 .ts_shift_num = ARRAY_SIZE(ts_shift),
420 .ts_shift = ts_shift,
421 .ts_shift_num = ARRAY_SIZE(ts_shift),
434 .ts_shift = ts_shift,
435 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7722.c119 static const unsigned int ts_shift[] = TS_SHIFT; variable
130 .ts_shift = ts_shift,
131 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7786.c281 static const unsigned int ts_shift[] = TS_SHIFT; variable
290 .ts_shift = ts_shift,
291 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7724.c185 static const unsigned int ts_shift[] = TS_SHIFT; variable
196 .ts_shift = ts_shift,
197 .ts_shift_num = ARRAY_SIZE(ts_shift),
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c167 static const unsigned int ts_shift[] = TS_SHIFT; variable
176 .ts_shift = ts_shift,
177 .ts_shift_num = ARRAY_SIZE(ts_shift),
188 .ts_shift = ts_shift,
189 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7785.c233 static const unsigned int ts_shift[] = TS_SHIFT; variable
242 .ts_shift = ts_shift,
243 .ts_shift_num = ARRAY_SIZE(ts_shift),
254 .ts_shift = ts_shift,
255 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7757.c381 static const unsigned int ts_shift[] = TS_SHIFT; variable
392 .ts_shift = ts_shift,
393 .ts_shift_num = ARRAY_SIZE(ts_shift),
406 .ts_shift = ts_shift,
407 .ts_shift_num = ARRAY_SIZE(ts_shift),
420 .ts_shift = ts_shift,
421 .ts_shift_num = ARRAY_SIZE(ts_shift),
434 .ts_shift = ts_shift,
435 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7722.c119 static const unsigned int ts_shift[] = TS_SHIFT; variable
130 .ts_shift = ts_shift,
131 .ts_shift_num = ARRAY_SIZE(ts_shift),
H A Dsetup-sh7786.c281 static const unsigned int ts_shift[] = TS_SHIFT; variable
290 .ts_shift = ts_shift,
291 .ts_shift_num = ARRAY_SIZE(ts_shift),
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dff_enc.c101 s32 ts_shift; member
436 ctx->ts_shift = (s32) ( (s64) ctx->cts_first_frame_plus_one - 1 - (s64) pkt.pts ); in ffenc_process_video()
439 ctx->ts_shift += (s32) ( (s64) ctx->cts_first_frame_plus_one - 1 - (s64) pkt.dts ); in ffenc_process_video()
441 if (ctx->ts_shift) { in ffenc_process_video()
442 s64 shift = ctx->ts_shift; in ffenc_process_video()
544 gf_filter_pck_set_cts(dst_pck, pkt.pts + ctx->ts_shift); in ffenc_process_video()
545 gf_filter_pck_set_dts(dst_pck, pkt.dts + ctx->ts_shift); in ffenc_process_video()
791 ctx->ts_shift = (s32) ( (s64) ctx->frame->pts - (s64) pkt.pts ); in ffenc_process_audio()
814 if (acts + adur <= (u64) ( pkt.pts + ctx->ts_shift) ) { in ffenc_process_audio()
827 gf_filter_pck_set_cts(dst_pck, pkt.pts + ctx->ts_shift); in ffenc_process_audio()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dff_enc.c101 s32 ts_shift; member
436 ctx->ts_shift = (s32) ( (s64) ctx->cts_first_frame_plus_one - 1 - (s64) pkt.pts ); in ffenc_process_video()
439 ctx->ts_shift += (s32) ( (s64) ctx->cts_first_frame_plus_one - 1 - (s64) pkt.dts ); in ffenc_process_video()
441 if (ctx->ts_shift) { in ffenc_process_video()
442 s64 shift = ctx->ts_shift; in ffenc_process_video()
544 gf_filter_pck_set_cts(dst_pck, pkt.pts + ctx->ts_shift); in ffenc_process_video()
545 gf_filter_pck_set_dts(dst_pck, pkt.dts + ctx->ts_shift); in ffenc_process_video()
791 ctx->ts_shift = (s32) ( (s64) ctx->frame->pts - (s64) pkt.pts ); in ffenc_process_audio()
814 if (acts + adur <= (u64) ( pkt.pts + ctx->ts_shift) ) { in ffenc_process_audio()
827 gf_filter_pck_set_cts(dst_pck, pkt.pts + ctx->ts_shift); in ffenc_process_audio()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dsh_dma.h80 const unsigned int *ts_shift; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dsh_dma.h80 const unsigned int *ts_shift; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dsh_dma.h80 const unsigned int *ts_shift; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/drivers/dma/
H A Ddma-sh.c89 static unsigned int ts_shift[] = TS_SHIFT; variable
97 return ts_shift[cnt]; in calc_xmit_shift()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/drivers/dma/
H A Ddma-sh.c89 static unsigned int ts_shift[] = TS_SHIFT; variable
97 return ts_shift[cnt]; in calc_xmit_shift()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/drivers/dma/
H A Ddma-sh.c89 static unsigned int ts_shift[] = TS_SHIFT; variable
97 return ts_shift[cnt]; in calc_xmit_shift()

12