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

  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 74 webrtc::FrameType FrameType() const { return _frameType; }
session_info.h 80 webrtc::FrameType FrameType() const { return frame_type_; }
153 webrtc::FrameType frame_type_;
frame_buffer.cc 37 webrtc::FrameType VCMFrameBuffer::FrameType() const {
38 return _sessionInfo.FrameType();
100 if (packet.frameType != kEmptyFrame) {
265 _frameType = _sessionInfo.FrameType();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 71 FrameType = type(tb.tb_frame)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 71 FrameType = type(tb.tb_frame)
  /external/python/cpython2/Lib/
types.py 71 FrameType = type(tb.tb_frame)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 19 * A FrameType instance specifies the data format of a Frame.
22 * When filters are connected, their FrameType information is analyzed and checked for
26 * A FrameType generally consists of an element type and number of dimensions. The currently
37 * If the object element type is used, class information may be appended to the FrameType to
38 * indicate what class of objects are expected. When constructing an object based FrameType, you
83 public final class FrameType {
112 private static SimpleCache<String, FrameType> mTypeCache =
113 new SimpleCache<String, FrameType>(64);
116 * Constructs a wild-card FrameType that matches any other FrameType
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h 60 uint32_t FrameType;
  /packages/services/Car/car-lib/src/android/car/diagnostic/
CarDiagnosticManager.java 59 public @interface FrameType {}
62 public static final @FrameType int FRAME_TYPES[] = {
88 listeners = mActiveListeners.get(event.frameType);
119 private void assertFrameType(@FrameType int frameType) {
120 switch(frameType) {
126 "%d is not a valid diagnostic frame type", frameType));
133 * @param frameType
140 @FrameType int frameType,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 71 FrameType = type(tb.tb_frame)
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 71 FrameType = type(tb.tb_frame)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 71 FrameType = type(tb.tb_frame)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 71 FrameType = type(tb.tb_frame)
  /external/v4l2_codec2/vda/
vp8_parser.h 94 enum FrameType { KEYFRAME = 0, INTERFRAME = 1 };
107 FrameType key_frame;
vp9_parser.h 187 enum FrameType {
203 FrameType frame_type;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 129 }FrameType;
155 FrameType type;
164 FrameType type; //frame type expected to be encoded
  /external/webrtc/webrtc/
common_types.h 159 enum FrameType {
  /external/v8/src/crankshaft/
hydrogen.h 520 enum FrameType {
549 FrameType frame_type() const { return frame_type_; }
699 FrameType frame_type,
707 FrameType frame_type,
725 FrameType frame_type_;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 727 DWORD FrameType;
752 DWORD FrameType;
770 DWORD FrameType;
788 DWORD FrameType;
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 1139 milliseconds