Searched refs:frame_duration (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
H A D | rtl8180.h | 50 __le16 frame_duration; member
|
H A D | dev.c | 473 u16 frame_duration = 0; in rtl8180_tx() local 536 frame_duration = priv->ack_time + le16_to_cpu(duration); in rtl8180_tx() 552 entry->frame_duration = cpu_to_le16(frame_duration); in rtl8180_tx()
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 3975 - int32_t frame_duration = filter->fmt_in.video.i_frame_rate != 0 ? 3986 - { 3, frame_duration, 0, use_qpu } 3999 - msg_Dbg(filter, "Try to open mmal_deinterlace filter. frame_duration: %d, QPU %s!", 4000 - frame_duration, use_qpu ? "used" : "unused"); 4610 + int32_t frame_duration = filter->fmt_in.video.i_frame_rate != 0 ? 4742 + { 5 /* Frame type: mixed */, frame_duration, sys->half_rate, sys->use_qpu } 12646 - int32_t frame_duration = 1000000 / 12647 + int32_t frame_duration = CLOCK_FREQ /
|