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

  /hardware/intel/common/libva/test/encode/
avcenc.c 152 } avcenc_context; variable in typeref:struct:__anon39478
168 vaQueryConfigEntrypoints(va_dpy, avcenc_context.profile, entrypoints,
184 vaGetConfigAttributes(va_dpy, avcenc_context.profile, VAEntrypointEncSlice,
192 if ((attrib[1].value & avcenc_context.rate_control_method) == 0) {
199 attrib[1].value = avcenc_context.rate_control_method; /* set to desired RC mode */
201 va_status = vaCreateConfig(va_dpy, avcenc_context.profile, VAEntrypointEncSlice,
202 &attrib[0], 2,&avcenc_context.config_id);
206 va_status = vaCreateContext(va_dpy, avcenc_context.config_id,
210 &avcenc_context.context_id);
216 vaDestroyContext(va_dpy,avcenc_context.context_id)
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 1998 } avcenc_context; variable in typeref:struct:__anon39484
    [all...]

Completed in 48 milliseconds