Searched refs:numSurfaces (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc_preview.c | 386 int numSurfaces; in mix_videofmtenc_preview_initialize() local 389 numSurfaces = 2; in mix_videofmtenc_preview_initialize() 392 numSurfaces = 8; in mix_videofmtenc_preview_initialize() 396 self->surface_num = numSurfaces + parent->ci_frame_num; in mix_videofmtenc_preview_initialize() 398 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces); in mix_videofmtenc_preview_initialize() 412 numSurfaces, surfaces); in mix_videofmtenc_preview_initialize() 482 for(index = 0; index < numSurfaces; index++) { in mix_videofmtenc_preview_initialize() 488 numSurfaces + parent->ci_frame_num); in mix_videofmtenc_preview_initialize() 491 images = g_malloc(sizeof(VAImage)*numSurfaces); in mix_videofmtenc_preview_initialize() 498 for (index = 0; index < numSurfaces; index++) { in mix_videofmtenc_preview_initialize() [all …]
|
D | mixvideoformatenc_mpeg4.c | 433 int numSurfaces; in mix_videofmtenc_mpeg4_initialize() local 436 numSurfaces = 2; in mix_videofmtenc_mpeg4_initialize() 439 numSurfaces = 8; in mix_videofmtenc_mpeg4_initialize() 443 self->surface_num = numSurfaces + parent->ci_frame_num; in mix_videofmtenc_mpeg4_initialize() 445 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces); in mix_videofmtenc_mpeg4_initialize() 459 numSurfaces, surfaces); in mix_videofmtenc_mpeg4_initialize() 529 for(index = 0; index < numSurfaces; index++) { in mix_videofmtenc_mpeg4_initialize() 535 numSurfaces + parent->ci_frame_num); in mix_videofmtenc_mpeg4_initialize() 538 images = g_malloc(sizeof(VAImage)*numSurfaces); in mix_videofmtenc_mpeg4_initialize() 545 for (index = 0; index < numSurfaces; index++) { in mix_videofmtenc_mpeg4_initialize() [all …]
|
D | mixvideoformatenc_h264.c | 448 int numSurfaces; in mix_videofmtenc_h264_initialize() local 451 numSurfaces = 2; in mix_videofmtenc_h264_initialize() 454 numSurfaces = 8; in mix_videofmtenc_h264_initialize() 458 self->surface_num = numSurfaces + parent->ci_frame_num; in mix_videofmtenc_h264_initialize() 460 surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces); in mix_videofmtenc_h264_initialize() 474 numSurfaces, surfaces); in mix_videofmtenc_h264_initialize() 544 for(index = 0; index < numSurfaces; index++) { in mix_videofmtenc_h264_initialize() 550 numSurfaces + parent->ci_frame_num); in mix_videofmtenc_h264_initialize() 553 images = g_malloc(sizeof(VAImage)*numSurfaces); in mix_videofmtenc_h264_initialize() 560 for (index = 0; index < numSurfaces; index++) { in mix_videofmtenc_h264_initialize() [all …]
|
D | mixvideoformat_mp42.c | 203 guint numSurfaces = 0; in mix_videofmt_mp42_initialize() local 321 numSurfaces = parent->va_num_surfaces; in mix_videofmt_mp42_initialize() 323 parent->va_surfaces = g_malloc(sizeof(VASurfaceID) * numSurfaces); in mix_videofmt_mp42_initialize() 333 parent->picture_height, VA_RT_FORMAT_YUV420, numSurfaces, in mix_videofmt_mp42_initialize() 350 numSurfaces); in mix_videofmt_mp42_initialize() 357 numSurfaces, &(parent->va_context)); in mix_videofmt_mp42_initialize()
|
D | mixvideoformat_vc1.c | 265 guint numSurfaces = 0; in mix_videofmt_vc1_initialize() local 514 numSurfaces = parent->va_num_surfaces; in mix_videofmt_vc1_initialize() 516 parent->va_surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces); in mix_videofmt_vc1_initialize() 529 numSurfaces, surfaces); in mix_videofmt_vc1_initialize() 549 surfaces, numSurfaces); in mix_videofmt_vc1_initialize() 563 … LOG_V( "Created %d libva surfaces, MAXBFRAMES is %d\n", numSurfaces, data->se_data->MAXBFRAMES); in mix_videofmt_vc1_initialize() 569 0, surfaces, numSurfaces, in mix_videofmt_vc1_initialize()
|
D | mixvideoformat_h264.c | 175 guint numSurfaces = 0; in mix_videofmt_h264_initialize() local 457 numSurfaces = parent->va_num_surfaces; in mix_videofmt_h264_initialize() 459 parent->va_surfaces = g_malloc(sizeof(VASurfaceID)*numSurfaces); in mix_videofmt_h264_initialize() 475 numSurfaces, surfaces); in mix_videofmt_h264_initialize() 496 surfaces, numSurfaces); in mix_videofmt_h264_initialize() 510 LOG_V( "Created %d libva surfaces\n", numSurfaces); in mix_videofmt_h264_initialize() 516 0, surfaces, numSurfaces, in mix_videofmt_h264_initialize()
|