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

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/include/
h264.h 38 class H264Decoder : public VideoDecoder {
40 static H264Decoder* Create();
43 ~H264Decoder() override {}
  /external/v4l2_codec2/vda/
h264_decoder.h 31 class H264Decoder : public AcceleratedVideoDecoder {
103 H264Decoder(H264Accelerator* accelerator);
104 ~H264Decoder() override;
279 DISALLOW_COPY_AND_ASSIGN(H264Decoder);
h264_decoder.cc 20 H264Decoder::H264Accelerator::H264Accelerator() = default;
22 H264Decoder::H264Accelerator::~H264Accelerator() = default;
24 H264Decoder::H264Decoder(H264Accelerator* accelerator)
35 H264Decoder::~H264Decoder() = default;
37 void H264Decoder::Reset() {
68 void H264Decoder::PrepareRefPicLists(const H264SliceHeader* slice_hdr) {
73 bool H264Decoder::ModifyReferencePicLists(const H264SliceHeader* slice_hdr,
93 bool H264Decoder::DecodePicture()
    [all...]

Completed in 68 milliseconds