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

  /external/v4l2_codec2/include/
C2VDACommon.h 20 H264,
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 99 H264,
  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 88 CodecSpecificInfoH264 H264;
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 86 CodecSpecificInfoH264 H264;
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 38 H264,
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 98 // - |filename| is the file path to mp4 (h264) or webm (VP8/9) video.
102 // - |numFragments| is the NALU (h264) or frame (VP8/9) count by MediaExtractor.
120 enum class CodecType { UNKNOWN, H264, VP8, VP9 };
270 if (codec == TestVideoFile::CodecType::H264) {
323 mTestVideoFile->mCodec = TestVideoFile::CodecType::H264;
581 if (mTestVideoFile->mCodec == TestVideoFile::CodecType::H264) {
582 // Get csd buffers for h264.
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 57 public Iterable<Codec> H264(CodecFactory factory) {
131 public Iterable<Codec> H264() { return H264(ALL); }
141 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), AV1(ALL), Mpeg2(ALL), Mpeg4(ALL), H263(ALL));
145 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), AV1(SW), Mpeg2(SW), Mpeg4(SW), H263(SW));
149 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), AV1(HW), Mpeg2(HW), Mpeg4(HW), H263(HW));
202 public void runH264() { ex(H264(), allTests); }
211 public void onlyH264HW() { ex(H264(HW), allTests); }
220 public void onlyH264SW() { ex(H264(SW), allTests); }
229 public void bytebuffer() { ex(H264(SW), new EarlyEosTest().byteBuffer());
    [all...]
DecodeAccuracyTestBase.java     [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 227 RTPVideoHeaderH264 H264;
  /external/webrtc/webrtc/
common_types.h 617 // H264 specific.
644 VideoCodecH264 H264;

Completed in 526 milliseconds