Searched refs:is_key (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvmuxerutil.hpp | 71 uint64 track_number, int64 timecode, uint64 is_key); 104 uint64 is_key); 120 uint64 is_key);
|
D | mkvmuxer.cpp | 1448 uint64 abs_timecode, bool is_key) { in AddFrame() argument 1449 return DoWriteBlock(frame, length, track_number, abs_timecode, is_key ? 1 : 0, in AddFrame() 1457 bool is_key) { in AddFrameWithAdditional() argument 1460 abs_timecode, is_key ? 1 : 0, &WriteBlockWithAdditional); in AddFrameWithAdditional() 1466 uint64 abs_timecode, bool is_key) { in AddFrameWithDiscardPadding() argument 1469 is_key ? 1 : 0, &WriteBlockWithDiscardPadding); in AddFrameWithDiscardPadding() 2268 uint64 timestamp, bool is_key) { in AddFrame() argument 2288 new_frame->set_is_key(is_key); in AddFrame() 2296 if (!DoNewClusterProcessing(track_number, timestamp, is_key)) in AddFrame() 2309 if (!cluster->AddFrame(frame, length, track_number, abs_timecode, is_key)) in AddFrame() [all …]
|
D | mkvmuxer.hpp | 86 bool is_key() const { return is_key_; } in is_key() function in mkvmuxer::Frame 722 bool is_key); 740 uint64 abs_timecode, bool is_key); 755 uint64 abs_timecode, bool is_key); 804 uint64 is_key); 812 int64 timecode, uint64 is_key); 1041 uint64 timestamp_ns, bool is_key); 1076 uint64 timestamp, bool is_key); 1091 uint64 timestamp, bool is_key);
|
D | mkvmuxerutil.cpp | 359 uint64 track_number, int64 timecode, uint64 is_key) { in WriteSimpleBlock() argument 395 if (is_key) in WriteSimpleBlock() 521 uint64 is_key) { in WriteBlockWithAdditional() argument 560 if (is_key) in WriteBlockWithAdditional() 594 uint64 is_key) { in WriteBlockWithDiscardPadding() argument 622 if (is_key) in WriteBlockWithDiscardPadding()
|
/external/clang/test/Sema/ |
D | block-return.c | 60 …const CFBasicHash *, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key); 68 …CFBasicHash *table, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key) { in foo3()
|
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/ |
D | gflags.py | 1741 is_key = flag in key_flags 1743 is_key=is_key, indent=indent) 1937 def WriteInfoInXMLFormat(self, outfile, module_name, is_key=False, indent=''): argument 1954 if is_key:
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 1129 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats() local 1131 ++ (is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats() 1135 unsigned int *const bct = is_key ? b_modes : inter_b_modes; in sum_intra_stats()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 5992 + int skip = 0, is_key = 0; 5995 + is_key = 1; 6006 + if (is_key) {
|