HomeSort by relevance Sort by last modified time
    Searched refs:surface_ids (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 426 static VASurfaceID surface_ids[SID_NUMBER]; variable
449 va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image);
897 surface_ids,
1018 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE];
1019 pic_param->forward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L0];
1020 pic_param->backward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L1];
    [all...]
mpeg2vaenc.c 426 static VASurfaceID surface_ids[SID_NUMBER]; variable
449 va_status = vaDeriveImage(ctx->va_dpy, surface_ids[ctx->current_upload_surface], &surface_image);
897 surface_ids,
1019 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE];
1020 pic_param->forward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L0];
1021 pic_param->backward_reference_picture = surface_ids[SID_REFERENCE_PICTURE_L1];
    [all...]
avcenc.c 233 static VASurfaceID surface_ids[SID_NUMBER]; variable
258 &surface_ids[0], SID_NUMBER,
268 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1];
282 vaDestroySurfaces(va_dpy, &surface_ids[0], SID_NUMBER);
331 pic_param->CurrPic.picture_id = surface_ids[SID_RECON_PICTURE];
333 pic_param->ReferenceFrames[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
334 pic_param->ReferenceFrames[1].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
450 slice_param->RefPicList0[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
459 slice_param->RefPicList1[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
648 surface_ids[avcenc_context.current_input_surface])
    [all...]
  /external/chromium_org/cc/surfaces/
surface_aggregator_unittest.cc 86 SurfaceId* surface_ids,
104 aggregator_.previous_contained_surfaces().find(surface_ids[i]) !=
243 SurfaceId surface_ids[] = {root_surface_id_, embedded_surface_id}; local
244 EXPECT_EQ(arraysize(surface_ids),
246 for (size_t i = 0; i < arraysize(surface_ids); i++) {
248 aggregator_.previous_contained_surfaces().find(surface_ids[i]) !=
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2080 static VASurfaceID surface_ids[SID_NUMBER]; variable
    [all...]

Completed in 81 milliseconds