Searched refs:u_reduce_video_profile (Results 1 - 25 of 62) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_decoder.c40 switch (u_reduce_video_profile(profile)) {
86 switch (u_reduce_video_profile(temp.profile)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_decoder.c40 switch (u_reduce_video_profile(profile)) {
86 switch (u_reduce_video_profile(temp.profile)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture.c60 if (u_reduce_video_profile(context->templat.profile) == PIPE_VIDEO_FORMAT_MPEG12) {
112 switch (u_reduce_video_profile(context->templat.profile)) {
148 u_reduce_video_profile(context->templat.profile);
176 switch (u_reduce_video_profile(context->templat.profile)) {
205 switch (u_reduce_video_profile(context->templat.profile)) {
269 format = u_reduce_video_profile(context->templat.profile);
339 switch (u_reduce_video_profile(context->templat.profile)) {
360 switch (u_reduce_video_profile(context->templat.profile)) {
381 switch (u_reduce_video_profile(context->templat.profile)) {
425 switch (u_reduce_video_profile(contex
[all...]
H A Dcontext.c250 switch (u_reduce_video_profile(context->templat.profile)) {
303 switch (u_reduce_video_profile(context->templat.profile)) {
343 if (u_reduce_video_profile(context->decoder->profile) ==
348 if (u_reduce_video_profile(context->decoder->profile) ==
354 if (u_reduce_video_profile(context->decoder->profile) ==
359 if (u_reduce_video_profile(context->decoder->profile) ==
H A Dconfig.c56 if (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && !debug_get_option_mpeg4())
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture.c61 if (u_reduce_video_profile(context->templat.profile) == PIPE_VIDEO_FORMAT_MPEG12) {
114 u_reduce_video_profile(context->templat.profile);
184 switch (u_reduce_video_profile(context->templat.profile)) {
213 switch (u_reduce_video_profile(context->templat.profile)) {
284 enum pipe_video_format format = u_reduce_video_profile(context->templat.profile);
293 format = u_reduce_video_profile(context->templat.profile);
368 switch (u_reduce_video_profile(context->templat.profile)) {
389 switch (u_reduce_video_profile(context->templat.profile)) {
410 switch (u_reduce_video_profile(context->templat.profile)) {
430 switch (u_reduce_video_profile(contex
[all...]
H A Dconfig.c56 if (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 && !debug_get_option_mpeg4())
92 (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 &&
173 if (u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_MPEG4_AVC ||
174 u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_HEVC)
264 (u_reduce_video_profile(p) == PIPE_VIDEO_FORMAT_MPEG4 &&
H A Dcontext.c266 switch (u_reduce_video_profile(context->templat.profile)) {
317 switch (u_reduce_video_profile(context->templat.profile)) {
357 if (u_reduce_video_profile(context->decoder->profile) ==
362 if (u_reduce_video_profile(context->decoder->profile) ==
368 if (u_reduce_video_profile(context->decoder->profile) ==
373 if (u_reduce_video_profile(context->decoder->profile) ==
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c239 switch (u_reduce_video_profile(profile)) {
258 switch (u_reduce_video_profile(profile)) {
327 switch (u_reduce_video_profile(profile)) {
443 enum pipe_video_format codec = u_reduce_video_profile(profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.c238 switch (u_reduce_video_profile(profile)) {
257 switch (u_reduce_video_profile(profile)) {
326 switch (u_reduce_video_profile(profile)) {
443 enum pipe_video_format codec = u_reduce_video_profile(profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c131 if (u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_HEVC)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_video.c224 enum pipe_video_format codec = u_reduce_video_profile(profile);
294 enum pipe_video_format format = u_reduce_video_profile(profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_video.c224 enum pipe_video_format codec = u_reduce_video_profile(profile);
291 enum pipe_video_format format = u_reduce_video_profile(profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_3_0.c177 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
183 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
H A Dnvc0_video_bsp.c140 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
H A Dnvc0_video_vp.c76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c156 if (u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_HEVC)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_video.h34 /* u_reduce_video_profile() needs these */
44 u_reduce_video_profile(enum pipe_video_profile profile) function in typeref:enum:pipe_video_format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_video.h34 /* u_reduce_video_profile() needs these */
44 u_reduce_video_profile(enum pipe_video_profile profile) function in typeref:enum:pipe_video_format
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_1_2.c343 if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
361 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) {
389 if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
399 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) {
1121 if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
1130 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) {
1300 if (u_reduce_video_profile(pic->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
1305 } else if (u_reduce_video_profile(pic->profile) == PIPE_VIDEO_FORMAT_HEVC) {
1330 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
1338 } else if (u_reduce_video_profile(en
[all...]
H A Dradeon_vcn_enc.c43 if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) {
57 } else if (u_reduce_video_profile(picture->profile) == PIPE_VIDEO_FORMAT_HEVC) {

Completed in 19 milliseconds

123