Home
last modified time | relevance | path

Searched defs:header_type (Results 1 – 10 of 10) sorted by relevance

/third_party/gn/src/gn/
Dninja_target_command_util.cc139 CTool::PrecompiledHeaderType header_type = tool->precompiled_header_type(); in GetPCHOutputFiles() local
Dninja_c_binary_target_writer.cc312 CTool::PrecompiledHeaderType header_type, in WritePCHCommand()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstaacparse.h82 GstAacHeaderType header_type; member
/third_party/boost/libs/beast/include/boost/beast/http/
Dmessage.hpp503 using header_type = header<isRequest, Fields>; typedef in boost::beast::http::message
/third_party/boost/boost/beast/http/
Dmessage.hpp503 using header_type = header<isRequest, Fields>; typedef in boost::beast::http::message
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvorbispay.c813 guint8 header_type; in gst_rtp_vorbis_pay_handle_buffer() local
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c938 guint8 header_type; in gst_amc_audio_dec_set_format() local
/third_party/ffmpeg/libavformat/
Doggenc.c559 int header_type = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 3 : 0x81; in ogg_init() local
/third_party/ffmpeg/libavcodec/
Dtruemotion1.c96 uint8_t header_type; member
/third_party/json/third_party/cpplint/
Dcpplint.py941 def CheckNextIncludeOrder(self, header_type): argument