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

  /external/libvpx/libvpx/test/
webm_video_source.h 80 pkt_(NULL),
94 if (pkt_ != NULL) {
95 nestegg_free_packet(pkt_);
143 if (pkt_ != NULL) {
144 nestegg_free_packet(pkt_);
145 pkt_ = NULL;
148 int again = nestegg_read_packet(nestegg_ctx_, &pkt_);
155 ASSERT_FALSE(nestegg_packet_track(pkt_, &track))
159 ASSERT_FALSE(nestegg_packet_count(pkt_, &chunks_))
164 ASSERT_FALSE(nestegg_packet_data(pkt_, chunk_, &buf_, &buf_sz_)
179 nestegg_packet *pkt_; member in class:libvpx_test::WebMVideoSource
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 80 pkt_(NULL),
94 if (pkt_ != NULL) {
95 nestegg_free_packet(pkt_);
143 if (pkt_ != NULL) {
144 nestegg_free_packet(pkt_);
145 pkt_ = NULL;
148 int again = nestegg_read_packet(nestegg_ctx_, &pkt_);
155 ASSERT_FALSE(nestegg_packet_track(pkt_, &track))
159 ASSERT_FALSE(nestegg_packet_count(pkt_, &chunks_))
164 ASSERT_FALSE(nestegg_packet_data(pkt_, chunk_, &buf_, &buf_sz_)
179 nestegg_packet *pkt_; member in class:libvpx_test::WebMVideoSource
    [all...]

Completed in 545 milliseconds