Home
last modified time | relevance | path

Searched refs:frame_format (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dipmovie.c97 uint8_t frame_format; member
161 } else if (s->frame_format) { in load_ipmovie_packet()
184 AV_WL8(pkt->data, s->frame_format); in load_ipmovie_packet()
190 s->frame_format = 0; in load_ipmovie_packet()
564 s->frame_format = opcode_type; in process_ipmovie_chunk()
/third_party/alsa-lib/include/sound/uapi/
H A Dhdspm.h171 __u8 frame_format; /* enum hdspm_madi_frame_format */ member
/third_party/ffmpeg/libavcodec/
H A Dinterplayvideo.c1200 int frame_format; in ipvideo_decode_frame() local
1225 frame_format = AV_RL8(buf); in ipvideo_decode_frame()
1231 switch (frame_format) { in ipvideo_decode_frame()
1307 av_log(avctx, AV_LOG_ERROR, "Frame type 0x%02X unsupported\n", frame_format); in ipvideo_decode_frame()
1323 switch (frame_format) { in ipvideo_decode_frame()
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py1603 frame_format: Frame
1693 frame_format = Frame(frame_window, borderwidth=0)
1694 format_width_title = Label(frame_format,
1697 frame_format, textvariable=self.format_width, width=4,
1732 # frame_format.
1733 frame_format.pack(side=TOP, padx=5, pady=0, fill=X)
1797 frame_format: Frame

Completed in 7 milliseconds