Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-codec.c661 if (encoding & FRAME_UNENCODED) in encode_plane()
679 encoding |= FRAME_UNENCODED; in encode_plane()
684 if (encoding & FRAME_UNENCODED) { in encode_plane()
713 if (encoding & FRAME_UNENCODED) in encode_frame()
715 encoding &= ~FRAME_UNENCODED; in encode_frame()
720 if (encoding & FRAME_UNENCODED) in encode_frame()
722 encoding &= ~FRAME_UNENCODED; in encode_frame()
727 if (encoding & FRAME_UNENCODED) in encode_frame()
729 encoding &= ~FRAME_UNENCODED; in encode_frame()
Dvicodec-codec.h120 #define FRAME_UNENCODED BIT(1) macro