Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c276 int is_h264 = u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC; in nv84_create_decoder() local
282 if ((is_h264 && templ->entrypoint != PIPE_VIDEO_ENTRYPOINT_BITSTREAM) || in nv84_create_decoder()
288 if (!is_h264 && !is_mpeg12) { in nv84_create_decoder()
301 if (is_h264) { in nv84_create_decoder()
331 if (is_h264) { in nv84_create_decoder()
365 if (is_h264) { in nv84_create_decoder()
377 if (is_h264) { in nv84_create_decoder()
387 if (is_h264) { in nv84_create_decoder()
442 if (is_h264) { in nv84_create_decoder()
456 if (is_h264 && !ret) in nv84_create_decoder()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmuxmap.c312 if (track->is_h264) in gst_qt_mux_map_check_tracks()
Datoms.h751 gboolean is_h264; member
Datoms.c4208 trak->is_h264 = FALSE; in atom_trak_set_audio_type()
4266 trak->is_h264 = FALSE; in atom_trak_set_timecode_type()
4304 trak->is_h264 = FALSE; in atom_trak_set_caption_type()
4479 trak->is_h264 = (entry->fourcc == FOURCC_avc1 in atom_trak_set_video_type()
4530 trak->is_h264 = FALSE; in atom_trak_set_subtitle_type()