Searched refs:frametype (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nuv.c | 72 nuv_frametype frametype; in get_codec_data() local 79 frametype = avio_r8(pb); in get_codec_data() 80 switch (frametype) { in get_codec_data() 254 nuv_frametype frametype; in nuv_packet() local 265 frametype = hdr[0]; in nuv_packet() 268 switch (frametype) { in nuv_packet() 349 nuv_frametype frametype; in nuv_read_dts() local 362 frametype = hdr[0]; in nuv_read_dts() 364 switch (frametype) { in nuv_read_dts() 369 if (frametype == NUV_VIDEO) { in nuv_read_dts()
|
/third_party/ffmpeg/libavcodec/ |
D | lagarith.c | 544 uint8_t frametype; in lag_decode_frame() local 554 frametype = buf[0]; in lag_decode_frame() 559 switch (frametype) { in lag_decode_frame() 563 if (frametype == FRAME_SOLID_GRAY) in lag_decode_frame() 574 if (frametype == FRAME_SOLID_RGBA) { in lag_decode_frame() 613 if (frametype == FRAME_ARITH_RGB24 || frametype == FRAME_U_RGB24) in lag_decode_frame() 696 "Unsupported Lagarith frame type: %#"PRIx8"\n", frametype); in lag_decode_frame()
|
D | twinvq.c | 680 enum TwinVQFrameType frametype; in init_bitstream_params() local 737 for (frametype = TWINVQ_FT_SHORT; frametype <= TWINVQ_FT_PPC; frametype++) in init_bitstream_params() 738 construct_perm_table(tctx, frametype); in init_bitstream_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_atheros.c | 1005 atheros_set_wps_ie(void *priv, const u8 *ie, size_t len, u32 frametype) in atheros_set_wps_ie() argument 1012 (unsigned long) len, frametype); in atheros_set_wps_ie() 1016 beac_ie->app_frmtype = frametype; in atheros_set_wps_ie() 1022 if (((frametype == IEEE80211_APPIE_FRAME_BEACON) || in atheros_set_wps_ie() 1023 (frametype == IEEE80211_APPIE_FRAME_PROBE_RESP)) && in atheros_set_wps_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_atheros.c | 999 atheros_set_wps_ie(void *priv, const u8 *ie, size_t len, u32 frametype) in atheros_set_wps_ie() argument 1006 (unsigned long) len, frametype); in atheros_set_wps_ie() 1010 beac_ie->app_frmtype = frametype; in atheros_set_wps_ie() 1016 if (((frametype == IEEE80211_APPIE_FRAME_BEACON) || in atheros_set_wps_ie() 1017 (frametype == IEEE80211_APPIE_FRAME_PROBE_RESP)) && in atheros_set_wps_ie()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 2079 Set number of frames to look ahead for frametype and ratecontrol. 2490 Set number of frames to look ahead for frametype and ratecontrol.
|