Home | History | Annotate | Download | only in video

Lines Matching full:int32

19   PictureBuffer(int32 id, gfx::Size size, uint32 texture_id);
20 PictureBuffer(int32 id,
26 int32 id() const {
47 int32 id_;
57 Picture(int32 picture_buffer_id, int32 bitstream_buffer_id);
60 int32 picture_buffer_id() const {
65 int32 bitstream_buffer_id() const {
69 void set_bitstream_buffer_id(int32 bitstream_buffer_id) {
74 int32 picture_buffer_id_;
75 int32 bitstream_buffer_id_;