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

  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
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...]
  /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...]

Completed in 824 milliseconds