Home
last modified time | relevance | path

Searched refs:reader (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvideo_reader.c31 VpxVideoReader *reader = NULL; in vpx_video_reader_open() local
45 reader = calloc(1, sizeof(*reader)); in vpx_video_reader_open()
46 if (!reader) in vpx_video_reader_open()
49 reader->file = file; in vpx_video_reader_open()
50 reader->info.codec_fourcc = mem_get_le32(header + 8); in vpx_video_reader_open()
51 reader->info.frame_width = mem_get_le16(header + 12); in vpx_video_reader_open()
52 reader->info.frame_height = mem_get_le16(header + 14); in vpx_video_reader_open()
53 reader->info.time_base.numerator = mem_get_le32(header + 16); in vpx_video_reader_open()
54 reader->info.time_base.denominator = mem_get_le32(header + 20); in vpx_video_reader_open()
56 return reader; in vpx_video_reader_open()
[all …]
Dvideo_reader.h35 void vpx_video_reader_close(VpxVideoReader *reader);
38 int vpx_video_reader_read_frame(VpxVideoReader *reader);
42 const uint8_t *vpx_video_reader_get_frame(VpxVideoReader *reader,
46 const VpxVideoInfo *vpx_video_reader_get_info(VpxVideoReader *reader);
Dlibs.doxy_template125 # the reader which header file to include in order to use a class.
1008 # nicely formatted so it can be parsed by a human reader. This is useful
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c104 VpxVideoReader *reader = NULL; in main() local
113 reader = vpx_video_reader_open(argv[1]); in main()
114 if (!reader) in main()
120 info = vpx_video_reader_get_info(reader); in main()
131 while (vpx_video_reader_read_frame(reader)) { in main()
135 const unsigned char *frame = vpx_video_reader_get_frame(reader, in main()
153 vpx_video_reader_close(reader); in main()
Dpostproc.c67 VpxVideoReader *reader = NULL; in main() local
76 reader = vpx_video_reader_open(argv[1]); in main()
77 if (!reader) in main()
83 info = vpx_video_reader_get_info(reader); in main()
99 while (vpx_video_reader_read_frame(reader)) { in main()
103 const unsigned char *frame = vpx_video_reader_get_frame(reader, in main()
136 vpx_video_reader_close(reader); in main()
Ddecode_with_drops.c80 VpxVideoReader *reader = NULL; in main() local
92 reader = vpx_video_reader_open(argv[1]); in main()
93 if (!reader) in main()
105 info = vpx_video_reader_get_info(reader); in main()
116 while (vpx_video_reader_read_frame(reader)) { in main()
121 const unsigned char *frame = vpx_video_reader_get_frame(reader, in main()
150 vpx_video_reader_close(reader); in main()
Ddecode_to_md5.c85 VpxVideoReader *reader = NULL; in main() local
94 reader = vpx_video_reader_open(argv[1]); in main()
95 if (!reader) in main()
101 info = vpx_video_reader_get_info(reader); in main()
112 while (vpx_video_reader_read_frame(reader)) { in main()
116 const unsigned char *frame = vpx_video_reader_get_frame(reader, in main()
135 vpx_video_reader_close(reader); in main()
/hardware/libhardware/modules/sensors/tests/
DSensorEventQueue_test.cpp177 pthread_t writer, reader; in testFullQueueIo() local
178 pthread_create(&reader, NULL, fullQueueReaderTask, &readerCtx); in testFullQueueIo()
182 pthread_join(reader, NULL); in testFullQueueIo()
/hardware/bsp/intel/peripheral/libupm/src/sm130/
DCMakeLists.txt2 set (libdescription "upm rfid reader")
/hardware/bsp/intel/peripheral/libupm/src/pn532/
DCMakeLists.txt2 set (libdescription "upm pn532 NFC/RFID reader/writer")
/hardware/bsp/intel/peripheral/libupm/src/groveemg/
DCMakeLists.txt2 set (libdescription "upm groveemg muscle signal reader sensor module")
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Dget_files.py92 file_list_reader = csv.reader((re.sub(' +', ' ', line) \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp1162 bool CopyAndMoveCuesBeforeClusters(mkvparser::IMkvReader* reader,
Dmkvmuxer.cpp2186 bool Segment::CopyAndMoveCuesBeforeClusters(mkvparser::IMkvReader* reader, in CopyAndMoveCuesBeforeClusters() argument
2194 if (!ChunkedCopy(reader, writer, 0, cluster_offset)) in CopyAndMoveCuesBeforeClusters()
2209 if (!ChunkedCopy(reader, writer, cluster_offset, in CopyAndMoveCuesBeforeClusters()
/hardware/bsp/intel/peripheral/sensors/mraa/doc/
DDoxyfile160 # path mentioned in the documentation of a class, which tells the reader which
516 # grouped member an include statement to the documentation, telling the reader
1915 # formatted so it can be parsed by a human reader. This is useful if you want to
/hardware/bsp/intel/peripheral/libupm/doxy/
DDoxyfile.java.in162 # path mentioned in the documentation of a class, which tells the reader which
527 # grouped member an include statement to the documentation, telling the reader
1893 # formatted so it can be parsed by a human reader. This is useful if you want to
DDoxyfile.in162 # path mentioned in the documentation of a class, which tells the reader which
527 # grouped member an include statement to the documentation, telling the reader
1931 # formatted so it can be parsed by a human reader. This is useful if you want to
/hardware/bsp/intel/peripheral/libmraa/
DDoxyfile.in160 # path mentioned in the documentation of a class, which tells the reader which
516 # grouped member an include statement to the documentation, telling the reader
1907 # formatted so it can be parsed by a human reader. This is useful if you want to
DDoxyfile.java.in160 # path mentioned in the documentation of a class, which tells the reader which
516 # grouped member an include statement to the documentation, telling the reader
1884 # formatted so it can be parsed by a human reader. This is useful if you want to
/hardware/intel/common/libva/doc/
DDoxyfile132 # the reader which header file to include in order to use a class.
1349 # nicely formatted so it can be parsed by a human reader.