Home
last modified time | relevance | path

Searched refs:DELTA_FRAME_FREE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h184 #define DELTA_FRAME_FREE 0x00 /* is free and can be used for decoding */ macro
H A Ddelta-v4l2.c126 if (frame->state == DELTA_FRAME_FREE) { in requeue_free_frames()
145 if (frame->state == DELTA_FRAME_FREE) { in delta_recycle()
1164 frame->state = DELTA_FRAME_FREE; in delta_setup_frame()
1256 if (frame->state != DELTA_FRAME_FREE) { in delta_get_free_frame()