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

  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 41 VAImageFormat va_format; member in struct:__anon27562
67 format_list[n] = va_image_formats_supported[n].va_format;
va_subpicture.c 37 VAImageFormat va_format; member in struct:__anon27565
68 format_list[n] = format_map->va_format;
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc.c 71 self->va_format = VA_RT_FORMAT_YUV420;
331 &(mix->va_format));
382 LOG_I( "mix->va_format = %d\n",
383 mix->va_format);
mixvideoformatenc.h 91 guint va_format; member in struct:_MixVideoFormatEnc
mixvideoformatenc_mpeg4.c 388 if ((va_attrib[0].value & parent->va_format) == 0) {
401 va_attrib[0].value = parent->va_format; //VA_RT_FORMAT_YUV420;
458 parent->picture_height, parent->va_format,
    [all...]
mixvideoformatenc_preview.c 341 if ((va_attrib[0].value & parent->va_format) == 0) {
354 va_attrib[0].value = parent->va_format; //VA_RT_FORMAT_YUV420;
411 parent->picture_height, parent->va_format,
    [all...]
mixvideoformatenc_h264.c 403 if ((va_attrib[0].value & parent->va_format) == 0) {
416 va_attrib[0].value = parent->va_format; //VA_RT_FORMAT_YUV420;
473 parent->picture_height, parent->va_format,
    [all...]

Completed in 70 milliseconds