Home
last modified time | relevance | path

Searched refs:current_input_surface (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/encode/
Davcenc.c142 int current_input_surface; member
517 if (avcenc_context.current_input_surface == SID_INPUT_PICTURE_0) in begin_picture()
518 avcenc_context.current_input_surface = SID_INPUT_PICTURE_1; in begin_picture()
520 avcenc_context.current_input_surface = SID_INPUT_PICTURE_0; in begin_picture()
648 surface_ids[avcenc_context.current_input_surface]); in avcenc_render_picture()
1219 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]);
1223 …va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surfa…
1262 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]); in store_coded_buffer()
1266 …va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surfa… in store_coded_buffer()
1325 if (avcenc_context.current_input_surface == SID_INPUT_PICTURE_0) in encode_picture()
[all …]
Dmpeg2enc.c146 int current_input_surface; member
950 ctx->current_input_surface = SID_INPUT_PICTURE_0; in mpeg2enc_init()
1125 tmp = ctx->current_input_surface; in begin_picture()
1126 ctx->current_input_surface = ctx->current_upload_surface; in begin_picture()
1217 surface_ids[ctx->current_input_surface]); in mpeg2enc_render_picture()
1301 va_status = vaSyncSurface(ctx->va_dpy, surface_ids[ctx->current_input_surface]); in store_coded_buffer()
1305 …va_status = vaQuerySurfaceStatus(ctx->va_dpy, surface_ids[ctx->current_input_surface], &surface_st… in store_coded_buffer()
Dmpeg2vaenc.c146 int current_input_surface; member
950 ctx->current_input_surface = SID_INPUT_PICTURE_0; in mpeg2enc_init()
1141 tmp = ctx->current_input_surface; in begin_picture()
1142 ctx->current_input_surface = ctx->current_upload_surface; in begin_picture()
1233 surface_ids[ctx->current_input_surface]); in mpeg2enc_render_picture()
1317 va_status = vaSyncSurface(ctx->va_dpy, surface_ids[ctx->current_input_surface]); in store_coded_buffer()
1321 …va_status = vaQuerySurfaceStatus(ctx->va_dpy, surface_ids[ctx->current_input_surface], &surface_st… in store_coded_buffer()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1994 int current_input_surface; member
2269 if (avcenc_context.current_input_surface == SID_INPUT_PICTURE_0) in begin_picture()
2270 avcenc_context.current_input_surface = SID_INPUT_PICTURE_1; in begin_picture()
2272 avcenc_context.current_input_surface = SID_INPUT_PICTURE_0; in begin_picture()
2361 surface_ids[avcenc_context.current_input_surface]); in avcenc_render_picture()
2812 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]);
2816 …va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surfa…
2855 va_status = vaSyncSurface(va_dpy, surface_ids[avcenc_context.current_input_surface]); in store_coded_buffer()
2859 …va_status = vaQuerySurfaceStatus(va_dpy, surface_ids[avcenc_context.current_input_surface], &surfa… in store_coded_buffer()
2917 if (avcenc_context.current_input_surface == SID_INPUT_PICTURE_0) in encode_picture()
[all …]