Searched refs:Read (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvreader.hpp29 virtual int Read(long long position, long length, unsigned char* buffer);
H A Dmkvreader.cpp94 int MkvReader::Read(long long offset, long len, unsigned char* buffer) function in class:mkvparser::MkvReader
H A Dmkvparser.cpp52 status = pReader->Read(pos, 1, &b);
80 status = pReader->Read(pos, 1, &b);
124 status = pReader->Read(pos, 1, &b);
163 const long status = pReader->Read(pos, 1, &b);
194 const int status = pReader->Read(pos, size, buf);
264 const long status = pReader->Read(pos, 1, (unsigned char*)&b);
278 const long status = pReader->Read(pos, 1, &b);
314 const long status = pReader->Read(pos, size, buf);
459 status = pReader->Read(pos, buflen_, buf);
522 status = pReader->Read(po
[all...]
H A Dmkvparser.hpp25 virtual int Read(long long pos, long len, unsigned char* buf) = 0;
108 long Read(IMkvReader*, unsigned char*) const;
H A Dmkvmuxer.cpp109 if (source->Read(offset, static_cast<long>(read_len), buf))
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_ContentPipe.h157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_ContentPipe.h157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_ContentPipe.h157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ContentPipe.h157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_ContentPipe.h174 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_ContentPipe.h157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); member in struct:CP_PIPETYPE
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.hpp25 virtual int Read(long long pos, long len, unsigned char* buf) = 0;
108 long Read(IMkvReader*, unsigned char*) const;
H A Dmkvparser.cpp47 status = pReader->Read(pos, 1, &b);
75 status = pReader->Read(pos, 1, &b);
119 status = pReader->Read(pos, 1, &b);
158 const long status = pReader->Read(pos, 1, &b);
189 const int status = pReader->Read(pos, size, buf);
259 const long status = pReader->Read(pos, 1, (unsigned char*)&b);
273 const long status = pReader->Read(pos, 1, &b);
309 const long status = pReader->Read(pos, size, buf);
450 status = pReader->Read(pos, buflen_, buf);
513 status = pReader->Read(po
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm453 ; The order for adding 6-tap is 2 5 3 1 4 6. Read in data in that order.
1255 ;Read 9-line unaligned data in and put them on stack. This gives a big
H A Dsubpixel_ssse3.asm1166 ;Read 9-line unaligned data in and put them on stack. This gives a big
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm1195 ;# Read temp array, write frame buffer.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6812 while ((num_read = posix::Read(fd, buffer, 255)) > 0) {
6928 bytes_read = posix::Read(read_fd(), &flag, 1);
6953 GTEST_LOG_(FATAL) << "Read from death test child process failed: "
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2890 inline int Read(int fd, void* buf, unsigned int count) { function in namespace:std::tr1::posix
7317 // Read http://en.wikipedia.org/wiki/Signed_number_representations

Completed in 367 milliseconds