OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetWriteBuffer
(Results
1 - 9
of
9
) sorted by null
/development/host/windows/usb/api/
adb_api_legacy.h
153
void*
GetWriteBuffer
() {
158
const void*
GetWriteBuffer
() const {
/frameworks/native/include/media/openmax/
OMX_ContentPipe.h
200
CPresult (*
GetWriteBuffer
)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
202
/** Deliver a buffer obtained via
GetWriteBuffer
to the pipe. Pipe will write the
/hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h
183
CPresult (*
GetWriteBuffer
)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185
/** Deliver a buffer obtained via
GetWriteBuffer
to the pipe. Pipe will write the
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h
183
CPresult (*
GetWriteBuffer
)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185
/** Deliver a buffer obtained via
GetWriteBuffer
to the pipe. Pipe will write the
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h
183
CPresult (*
GetWriteBuffer
)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185
/** Deliver a buffer obtained via
GetWriteBuffer
to the pipe. Pipe will write the
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h
183
CPresult (*
GetWriteBuffer
)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185
/** Deliver a buffer obtained via
GetWriteBuffer
to the pipe. Pipe will write the
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h
183
CPresult (*
GetWriteBuffer
)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
185
/** Deliver a buffer obtained via
GetWriteBuffer
to the pipe. Pipe will write the
/external/chromium/third_party/libjingle/source/talk/base/
stream.h
140
//
GetWriteBuffer
returns a pointer to a buffer which is owned by the stream.
144
// written.
GetWriteBuffer
does not require a matching call to
146
// ConsumeWriteData invalidate the buffer returned by
GetWriteBuffer
.
151
virtual void*
GetWriteBuffer
(size_t* buf_len) { return NULL; }
277
virtual void*
GetWriteBuffer
(size_t* buf_len) {
278
return stream_->
GetWriteBuffer
(buf_len);
573
virtual void*
GetWriteBuffer
(size_t *buf_len);
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
151
//
GetWriteBuffer
returns a pointer to a buffer which is owned by the stream.
155
// written.
GetWriteBuffer
does not require a matching call to
157
// ConsumeWriteData invalidate the buffer returned by
GetWriteBuffer
.
162
virtual void*
GetWriteBuffer
(size_t* buf_len) { return NULL; }
291
virtual void*
GetWriteBuffer
(size_t* buf_len) {
292
return stream_->
GetWriteBuffer
(buf_len);
678
virtual void*
GetWriteBuffer
(size_t* buf_len);
[
all
...]
Completed in 92 milliseconds