HomeSort by relevance Sort by last modified time
    Searched refs:is_key (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 69 // is_key: Non-zero value specifies that frame is a key frame.
75 uint64 is_key);
106 // is_key: Non-zero value specifies that frame is a key frame.
115 uint64 is_key);
127 // is_key: Non-zero value specifies that frame is a key frame.
134 uint64 is_key);
mkvmuxer.hpp 87 bool is_key() const { return is_key_; } function in class:mkvmuxer::Frame
726 // is_key: Flag telling whether or not this frame is a key frame.
731 bool is_key);
745 // is_key: Flag telling whether or not this frame is a key frame.
753 bool is_key);
765 // is_key: Flag telling whether or not this frame is a key frame.
771 bool is_key);
829 uint64 is_key);
839 uint64 is_key);
    [all...]
mkvmuxerutil.cpp 329 uint64 is_key) {
365 if (is_key)
498 uint64 is_key) {
543 if (is_key)
580 uint64 is_key) {
611 if (is_key)
mkvmuxer.cpp     [all...]
  /external/clang/test/Sema/
block-return.c 60 Boolean (^isEqual)(const CFBasicHash *, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key);
68 cb.isEqual = ^(const CFBasicHash *table, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key) {
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 103 bool is_key() const { return is_key_; } function in class:mkvmuxer::Frame
874 // is_key: Flag telling whether or not this frame is a key frame.
877 bool is_key);
891 // is_key: Flag telling whether or not this frame is a key frame.
895 uint64 abs_timecode, bool is_key);
907 // is_key: Flag telling whether or not this frame is a key frame.
910 uint64 abs_timecode, bool is_key);
    [all...]
mkvmuxer.cpp 161 is_key_ = frame.is_key();
    [all...]
mkvmuxerutil.cpp 72 if (!frame->is_key()) {
134 if (!frame->is_key() &&
163 if (frame->is_key())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags.py     [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags.py     [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 1138 const int is_key = cpi->common.frame_type == KEY_FRAME; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 1117 const int is_key = cpi->common.frame_type == KEY_FRAME; local
    [all...]

Completed in 226 milliseconds