Searched refs:ref_surfaces (Results 1 – 1 of 1) sorted by relevance
91 const std::vector<scoped_refptr<V4L2DecodeSurface>>& ref_surfaces);139 const std::vector<scoped_refptr<V4L2DecodeSurface>>& ref_surfaces) { in SetReferenceSurfaces() argument141 reference_surfaces_ = ref_surfaces; in SetReferenceSurfaces()262 std::vector<scoped_refptr<V4L2DecodeSurface>>* ref_surfaces);1897 std::vector<scoped_refptr<V4L2DecodeSurface>>* ref_surfaces) { in H264DPBToV4L2DPB() argument1911 ref_surfaces->push_back(dec_surface); in H264DPBToV4L2DPB()2096 std::vector<scoped_refptr<V4L2DecodeSurface>> ref_surfaces; in SubmitFrameMetadata() local2097 H264DPBToV4L2DPB(dpb, &ref_surfaces); in SubmitFrameMetadata()2098 dec_surface->SetReferenceSurfaces(ref_surfaces); in SubmitFrameMetadata()2483 std::vector<scoped_refptr<V4L2DecodeSurface>> ref_surfaces; in SubmitDecode() local[all …]