Searched refs:stuffing_bytes (Results 1 – 1 of 1) sorted by relevance
487 unsigned int stuffing_bytes, u8 *addr, in hva_h264_fill_data_nal() argument494 stuffing_bytes); in hva_h264_fill_data_nal()496 if ((*size + stuffing_bytes + H264_FILLER_DATA_SIZE) > stream_size) { in hva_h264_fill_data_nal()498 pctx->name, __func__, stuffing_bytes); in hva_h264_fill_data_nal()510 memset(addr + *size, 0xff, stuffing_bytes); in hva_h264_fill_data_nal()511 *size += stuffing_bytes; in hva_h264_fill_data_nal()1010 u32 stuffing_bytes = 0; in hva_h264_encode() local1024 stuffing_bytes = hva_h264_get_stuffing_bytes(task); in hva_h264_encode()1026 if (stuffing_bytes) in hva_h264_encode()1027 hva_h264_fill_data_nal(pctx, stuffing_bytes, in hva_h264_encode()