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

  /external/v4l2_codec2/vda/
vp8_decoder.cc 67 if (curr_frame_hdr_->IsKeyframe()) {
105 if (curr_frame_hdr_->IsKeyframe()) {
157 if (curr_frame_hdr_->IsKeyframe()) {
vp9_decoder.cc 83 if (curr_frame_hdr_->IsKeyframe()) {
118 if (!curr_frame_hdr_->IsKeyframe()) {
164 DCHECK(!pic->frame_hdr->IsKeyframe() || pic->frame_hdr->RefreshFlag(i));
vp8_parser.h 96 bool IsKeyframe() const { return key_frame == KEYFRAME; }
vp8_parser.cc 107 if (fhdr->IsKeyframe()) {
138 bool keyframe = fhdr->IsKeyframe();
vp9_uncompressed_header_parser.cc 957 if (fhdr->IsKeyframe()) {
1065 if (fhdr->IsKeyframe() || fhdr->error_resilient_mode ||
vp9_parser.h 193 bool IsKeyframe() const;
vp9_parser.cc 153 bool Vp9FrameHeader::IsKeyframe() const {

Completed in 172 milliseconds