HomeSort by relevance Sort by last modified time
    Searched full:pkt_ (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
webm_video_source.h 80 pkt_(NULL),
139 if (pkt_)
140 nestegg_free_packet(pkt_);
142 int again = nestegg_read_packet(nestegg_ctx_, &pkt_);
149 ASSERT_FALSE(nestegg_packet_track(pkt_, &track))
153 ASSERT_FALSE(nestegg_packet_count(pkt_, &chunks_))
158 ASSERT_FALSE(nestegg_packet_data(pkt_, chunk_, &buf_, &buf_sz_))
173 nestegg_packet *pkt_; member in class:libvpx_test::WebMVideoSource

Completed in 87 milliseconds