Home | History | Annotate | Download | only in proxy

Lines Matching defs:Picture

59   virtual int32_t GetPicture(PP_VideoPicture* picture,
61 virtual void RecyclePicture(const PP_VideoPicture* picture) OVERRIDE;
97 // Struct to hold a picture received from the decoder.
98 struct Picture {
99 Picture(int32_t decode_id, uint32_t texture_id);
100 ~Picture();
135 void WriteNextPicture(PP_VideoPicture* picture);
149 typedef std::queue<Picture> PictureQueue;
161 // The maximum delay (in Decode calls) before we receive a picture. If we
162 // haven't received a picture from a Decode call after this many successive
163 // calls to Decode, then we will never receive a picture from the call.