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

/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c423 #define SID_RECON_PICTURE 4 macro
424 #define SID_NUMBER SID_RECON_PICTURE + 1
1018 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE];
1261 tempID = surface_ids[SID_RECON_PICTURE];
1265 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
1268 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
1273 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
H A Dmpeg2vaenc.c423 #define SID_RECON_PICTURE 4 macro
424 #define SID_NUMBER SID_RECON_PICTURE + 1
1019 pic_param->reconstructed_picture = surface_ids[SID_RECON_PICTURE];
1277 tempID = surface_ids[SID_RECON_PICTURE];
1281 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
1284 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
1289 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
H A Davcenc.c231 #define SID_RECON_PICTURE 4 macro
232 #define SID_NUMBER SID_RECON_PICTURE + 1
331 pic_param->CurrPic.picture_id = surface_ids[SID_RECON_PICTURE];
692 tempID = surface_ids[SID_RECON_PICTURE];
696 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
699 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
704 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2078 #define SID_RECON_PICTURE 4 macro
2079 #define SID_NUMBER SID_RECON_PICTURE + 1
2138 pic_param->CurrPic.picture_id = surface_ids[SID_RECON_PICTURE];
2403 tempID = surface_ids[SID_RECON_PICTURE];
2407 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L1];
2410 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];
2415 surface_ids[SID_RECON_PICTURE] = surface_ids[SID_REFERENCE_PICTURE_L0];

Completed in 18 milliseconds