Searched refs:codedbuf_pb_size (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c141 int codedbuf_pb_size; member in struct:mpeg2enc_context
918 ctx->codedbuf_pb_size = 0;
1316 ctx->codedbuf_pb_size *= 2;
1333 if (ctx->codedbuf_pb_size < slice_data_length) {
1334 ctx->codedbuf_pb_size = slice_data_length;
1337 if (ctx->codedbuf_pb_size > slice_data_length * 3 / 2) {
1338 ctx->codedbuf_pb_size = slice_data_length * 3 / 2;
1380 codedbuf_size = ctx->codedbuf_pb_size;
H A Dmpeg2vaenc.c141 int codedbuf_pb_size; member in struct:mpeg2enc_context
918 ctx->codedbuf_pb_size = 0;
1332 ctx->codedbuf_pb_size *= 2;
1349 if (ctx->codedbuf_pb_size < slice_data_length) {
1350 ctx->codedbuf_pb_size = slice_data_length;
1353 if (ctx->codedbuf_pb_size > slice_data_length * 3 / 2) {
1354 ctx->codedbuf_pb_size = slice_data_length * 3 / 2;
1396 codedbuf_size = ctx->codedbuf_pb_size;
H A Davcenc.c141 int codedbuf_pb_size; member in struct:__anon793
1277 avcenc_context.codedbuf_pb_size *= 2;
1294 if (avcenc_context.codedbuf_pb_size < slice_data_length) {
1295 avcenc_context.codedbuf_pb_size = slice_data_length;
1298 if (avcenc_context.codedbuf_pb_size > slice_data_length * 3 / 2) {
1299 avcenc_context.codedbuf_pb_size = slice_data_length * 3 / 2;
1350 codedbuf_size = avcenc_context.codedbuf_pb_size;
1525 avcenc_context.codedbuf_pb_size = 0;
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp1993 int codedbuf_pb_size; member in struct:__anon799
2870 avcenc_context.codedbuf_pb_size *= 2;
2886 if (avcenc_context.codedbuf_pb_size < slice_data_length) {
2887 avcenc_context.codedbuf_pb_size = slice_data_length;
2890 if (avcenc_context.codedbuf_pb_size > slice_data_length * 3 / 2) {
2891 avcenc_context.codedbuf_pb_size = slice_data_length * 3 / 2;
2944 codedbuf_size = avcenc_context.codedbuf_pb_size;
3067 avcenc_context.codedbuf_pb_size = 0;

Completed in 886 milliseconds