Searched defs:SID_INPUT_PICTURE_1 (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Davcenc.c228 #define SID_INPUT_PICTURE_1 1 macro
266 /* firstly upload YUV data to SID_INPUT_PICTURE_1 */
268 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1];
518 avcenc_context.current_input_surface = SID_INPUT_PICTURE_1;
1326 index = SID_INPUT_PICTURE_1;
H A Dmpeg2enc.c420 #define SID_INPUT_PICTURE_1 1 macro
951 ctx->current_upload_surface = SID_INPUT_PICTURE_1;
H A Dmpeg2vaenc.c420 #define SID_INPUT_PICTURE_1 1 macro
951 ctx->current_upload_surface = SID_INPUT_PICTURE_1;
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp2075 #define SID_INPUT_PICTURE_1 1 macro
2110 /* firstly upload YUV data to SID_INPUT_PICTURE_1 */
2112 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1];
2119 upload_yuv_to_surface(yuv_fp, surface_ids[SID_INPUT_PICTURE_1]);
2270 avcenc_context.current_input_surface = SID_INPUT_PICTURE_1;
2918 index = SID_INPUT_PICTURE_1;

Completed in 56 milliseconds