Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/venc/
Dvenc_h264_if.c24 #define H264_FILLER_MARKER_SIZE ARRAY_SIZE(h264_filler_marker) macro
591 if (size < H264_FILLER_MARKER_SIZE) { in h264_encode_filler()
597 size -= H264_FILLER_MARKER_SIZE; in h264_encode_filler()
598 p += H264_FILLER_MARKER_SIZE; in h264_encode_filler()
691 if (hdr_sz_ext + H264_FILLER_MARKER_SIZE > bs_alignment) in h264_enc_encode()