Home
last modified time | relevance | path

Searched refs:is_key (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxerutil.hpp75 uint64 is_key);
115 uint64 is_key);
134 uint64 is_key);
Dmkvmuxer.hpp87 bool is_key() const { return is_key_; } in is_key() function in mkvmuxer::Frame
731 bool is_key);
753 bool is_key);
771 bool is_key);
829 uint64 is_key);
839 uint64 is_key);
1077 bool is_key);
1119 bool is_key);
1137 bool is_key);
Dmkvmuxer.cpp1494 bool is_key) { in AddFrame() argument
1499 is_key ? 1 : 0, in AddFrame()
1510 bool is_key) { in AddFrameWithAdditional() argument
1518 is_key ? 1 : 0, in AddFrameWithAdditional()
1527 bool is_key) { in AddFrameWithDiscardPadding() argument
1533 is_key ? 1 : 0, in AddFrameWithDiscardPadding()
2388 bool is_key) { in AddFrame() argument
2408 new_frame->set_is_key(is_key); in AddFrame()
2416 if (!DoNewClusterProcessing(track_number, timestamp, is_key)) in AddFrame()
2433 is_key)) in AddFrame()
[all …]
Dmkvmuxerutil.cpp329 uint64 is_key) { in WriteSimpleBlock() argument
365 if (is_key) in WriteSimpleBlock()
498 uint64 is_key) { in WriteBlockWithAdditional() argument
543 if (is_key) in WriteBlockWithAdditional()
580 uint64 is_key) { in WriteBlockWithDiscardPadding() argument
611 if (is_key) in WriteBlockWithDiscardPadding()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeframe.c1117 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats() local
1119 ++ (is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats()
1123 unsigned int *const bct = is_key ? b_modes : inter_b_modes; in sum_intra_stats()