Searched defs:num_pictures (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat_vc1.c1317 if (0 == data->num_pictures || NULL == data->pic_data)
1390 int num_pictures = (data->num_pictures > 1) ? 2 : 1; local
1392 for (index = 0; index < num_pictures; index++)
1409 if (data->num_pictures > 1)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h145 uint32 num_pictures; member in struct:_vbp_data_h264
233 uint32 num_pictures; member in struct:_vbp_data_vc1
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c109 int num_pictures; member in struct:mpeg2enc_context
617 ctx->num_pictures = file_size / ctx->frame_size;
1362 if (next_display_order >= ctx->num_pictures)
1363 next_display_order = ctx->num_pictures - 1;
1442 if (ctx->next_display_order >= ctx->num_pictures) {
1443 int rtmp = ctx->next_display_order - (ctx->num_pictures - 1);
1444 ctx->next_display_order = ctx->num_pictures - 1;
1459 while (coded_order < ctx->num_pictures) {
1480 fprintf(stderr, "\r %d/%d ...", coded_order, ctx->num_pictures);
1524 fprintf(stderr, "encode %d frames in %f secondes, FPS is %.1f\n", ctx.num_pictures, timeus
[all...]
H A Dmpeg2vaenc.c109 int num_pictures; member in struct:mpeg2enc_context
617 ctx->num_pictures = file_size / ctx->frame_size;
1378 if (next_display_order >= ctx->num_pictures)
1379 next_display_order = ctx->num_pictures - 1;
1458 if (ctx->next_display_order >= ctx->num_pictures) {
1459 int rtmp = ctx->next_display_order - (ctx->num_pictures - 1);
1460 ctx->next_display_order = ctx->num_pictures - 1;
1475 while (coded_order < ctx->num_pictures) {
1496 fprintf(stderr, "\r %d/%d ...", coded_order, ctx->num_pictures);
1540 fprintf(stderr, "encode %d frames in %f secondes, FPS is %.1f\n", ctx.num_pictures, timeus
[all...]
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h192 uint32 num_pictures; member in struct:_vbp_data_mpeg2
287 uint32 num_pictures; member in struct:_vbp_data_h264
402 uint32 num_pictures; member in struct:_vbp_data_vc1
455 uint32 num_pictures; member in struct:_vbp_data_vp8

Completed in 322 milliseconds