Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsegafilm.c58 enum AVCodecID video_type; member
140 film->video_type = AV_CODEC_ID_CINEPAK; in film_read_header()
142 film->video_type = AV_CODEC_ID_RAWVIDEO; in film_read_header()
144 film->video_type = AV_CODEC_ID_NONE; in film_read_header()
147 if (film->video_type == AV_CODEC_ID_NONE && film->audio_type == AV_CODEC_ID_NONE) in film_read_header()
151 if (film->video_type != AV_CODEC_ID_NONE) { in film_read_header()
157 st->codecpar->codec_id = film->video_type; in film_read_header()
162 if (film->video_type == AV_CODEC_ID_RAWVIDEO) { in film_read_header()
247 if (film->video_type != AV_CODEC_ID_NONE) in film_read_header()
259 if (film->video_type != AV_CODEC_ID_NONE) in film_read_header()
Djvdec.c40 int video_type; /**< per-frame video compression type */ member
153 jvf->video_type = avio_r8(pb); in read_header()
159 e->flags = jvf->video_type != 1 ? AVINDEX_KEYFRAME : 0; in read_header()
196 pkt->data[4] = jvf->video_type; in read_packet()
208 if (jvf->video_type != 1) in read_packet()
/third_party/ffmpeg/libavcodec/
Djvdec.c152 int video_size, video_type, i, j, ret; in decode_frame() local
158 video_type = buf[4]; in decode_frame()
167 if (video_type == 0 || video_type == 1) { in decode_frame()
186 } else if (video_type == 2) { in decode_frame()
198 "unsupported frame type %i\n", video_type); in decode_frame()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1407 bool webcam_requested = (request.video_type == in RequestMediaAccessPermission()
1410 (request.video_type == in RequestMediaAccessPermission()