Searched refs:pps_buf (Results 1 – 1 of 1) sorted by relevance
139 struct mtk_vcodec_mem pps_buf; member228 mtk_vcodec_mem_free(inst->ctx, &inst->pps_buf); in h264_enc_free_work_buf()296 inst->pps_buf.size = 128; in h264_enc_alloc_work_buf()297 ret = mtk_vcodec_mem_alloc(inst->ctx, &inst->pps_buf); in h264_enc_alloc_work_buf()392 ret = h264_encode_pps(inst, &inst->pps_buf, &bs_size_pps); in h264_encode_header()396 memcpy(bs_buf->va + bs_size_sps, inst->pps_buf.va, bs_size_pps); in h264_encode_header()