Searched refs:frame_hdr (Results 1 – 5 of 5) sorted by relevance
/external/v4l2_codec2/vda/ |
D | vp9_decoder.cc | 139 pic->frame_hdr.reset(curr_frame_hdr_.release()); in Decode() 150 DCHECK(!pic->frame_hdr->IsKeyframe() || pic->frame_hdr->RefreshFlag(i)); in RefreshReferenceFrames() 151 if (pic->frame_hdr->RefreshFlag(i)) in RefreshReferenceFrames() 173 DCHECK(pic->frame_hdr); in DecodeAndOutputPicture() 177 parser_.GetContextRefreshCb(pic->frame_hdr->frame_context_idx); in DecodeAndOutputPicture() 187 if (pic->frame_hdr->show_frame) { in DecodeAndOutputPicture()
|
D | v4l2_slice_video_decode_accelerator.cc | 288 const Vp8FrameHeader* frame_hdr, 2421 const Vp8FrameHeader* frame_hdr, in SubmitDecode() argument 2428 #define FHDR_TO_V4L2_FHDR(a) v4l2_frame_hdr.a = frame_hdr->a in SubmitDecode() 2447 v4l2_frame_hdr.flags |= ((frame_hdr->cond) ? (flag) : 0) in SubmitDecode() 2455 FillV4L2SegmentationHeader(frame_hdr->segmentation_hdr, in SubmitDecode() 2458 FillV4L2LoopfilterHeader(frame_hdr->loopfilter_hdr, &v4l2_frame_hdr.lf_hdr); in SubmitDecode() 2460 FillV4L2QuantizationHeader(frame_hdr->quantization_hdr, in SubmitDecode() 2463 FillV4L2Vp8EntropyHeader(frame_hdr->entropy_hdr, &v4l2_frame_hdr.entropy_hdr); in SubmitDecode() 2466 base::checked_cast<__u32>(frame_hdr->first_part_size); in SubmitDecode() 2468 base::checked_cast<__u32>(frame_hdr->first_part_offset); in SubmitDecode() [all …]
|
D | vp9_picture.h | 24 std::unique_ptr<Vp9FrameHeader> frame_hdr; variable
|
D | vp8_decoder.h | 50 const Vp8FrameHeader* frame_hdr,
|
/external/libvpx/libvpx/test/ |
D | ivf_video_source.h | 72 uint8_t frame_hdr[kIvfFrameHdrSize]; in FillFrame() local 74 if (fread(frame_hdr, 1, kIvfFrameHdrSize, input_file_) != in FillFrame() 80 frame_sz_ = MemGetLe32(frame_hdr); in FillFrame()
|