Searched refs:frametype (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nuv.c | 74 nuv_frametype frametype; in get_codec_data() local 81 frametype = avio_r8(pb); in get_codec_data() 82 switch (frametype) { in get_codec_data() 256 nuv_frametype frametype; in nuv_packet() local 267 frametype = hdr[0]; in nuv_packet() 270 switch (frametype) { in nuv_packet() 351 nuv_frametype frametype; in nuv_read_dts() local 364 frametype = hdr[0]; in nuv_read_dts() 366 switch (frametype) { in nuv_read_dts() 371 if (frametype == NUV_VIDEO) { in nuv_read_dts()
|
/third_party/ffmpeg/libavcodec/ |
D | lagarith.c | 546 uint8_t frametype; in lag_decode_frame() local 556 frametype = buf[0]; in lag_decode_frame() 561 switch (frametype) { in lag_decode_frame() 565 if (frametype == FRAME_SOLID_GRAY) in lag_decode_frame() 576 if (frametype == FRAME_SOLID_RGBA) { in lag_decode_frame() 615 if (frametype == FRAME_ARITH_RGB24 || frametype == FRAME_U_RGB24) in lag_decode_frame() 709 "Unsupported Lagarith frame type: %#"PRIx8"\n", frametype); in lag_decode_frame()
|
D | twinvq.c | 681 enum TwinVQFrameType frametype; in init_bitstream_params() local 738 for (frametype = TWINVQ_FT_SHORT; frametype <= TWINVQ_FT_PPC; frametype++) in init_bitstream_params() 739 construct_perm_table(tctx, frametype); in init_bitstream_params()
|
/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/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/ffmpeg/doc/ |
D | encoders.texi | 2178 Set number of frames to look ahead for frametype and ratecontrol. 2588 Set number of frames to look ahead for frametype and ratecontrol.
|