Searched defs:is_key (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/media/cast/net/rtp/ |
D | rtp_packet_builder.cc | 29 void RtpPacketBuilder::SetKeyFrame(bool is_key) { is_key_ = is_key; } in SetKeyFrame()
|
D | cast_message_builder_unittest.cc | 116 void SetKeyFrame(bool is_key) { rtp_header_.is_key_frame = is_key; } in SetKeyFrame()
|
/external/chromium_org/device/hid/ |
D | input_service_linux.h | 40 bool is_key : 1; member
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.cpp | 329 uint64 is_key) { in WriteSimpleBlock() 498 uint64 is_key) { in WriteBlockWithAdditional() 580 uint64 is_key) { in WriteBlockWithDiscardPadding()
|
D | mkvmuxer.cpp | 1494 bool is_key) { in AddFrame() 1510 bool is_key) { in AddFrameWithAdditional() 1527 bool is_key) { in AddFrameWithDiscardPadding() 2388 bool is_key) { in AddFrame() 2454 bool is_key) { in AddFrameWithAdditional() 2521 bool is_key) { in AddFrameWithDiscardPadding() 2972 bool is_key) { in DoNewClusterProcessing()
|
D | mkvmuxer.hpp | 87 bool is_key() const { return is_key_; } in is_key() function in mkvmuxer::Frame
|
/external/chromium_org/net/spdy/ |
D | hpack_decoder.cc | 191 bool is_key, in DecodeNextStringLiteral()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.cpp | 359 uint64 track_number, int64 timecode, uint64 is_key) { in WriteSimpleBlock() 521 uint64 is_key) { in WriteBlockWithAdditional() 594 uint64 is_key) { in WriteBlockWithDiscardPadding()
|
D | mkvmuxer.cpp | 1448 uint64 abs_timecode, bool is_key) { in AddFrame() 1457 bool is_key) { in AddFrameWithAdditional() 1466 uint64 abs_timecode, bool is_key) { in AddFrameWithDiscardPadding() 2268 uint64 timestamp, bool is_key) { in AddFrame() 2327 bool is_key) { in AddFrameWithAdditional() 2387 bool is_key) { in AddFrameWithDiscardPadding() 2811 uint64 frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
|
D | mkvmuxer.hpp | 86 bool is_key() const { return is_key_; } in is_key() function in mkvmuxer::Frame
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 1116 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | encodeframe.c | 1129 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats() local
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | gflags.py | 1937 def WriteInfoInXMLFormat(self, outfile, module_name, is_key=False, indent=''): argument
|
/external/chromium_org/third_party/python_gflags/ |
D | gflags.py | 1937 def WriteInfoInXMLFormat(self, outfile, module_name, is_key=False, indent=''): argument
|