Home
last modified time | relevance | path

Searched refs:wrapAs (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferProducer.cpp43 wrapAs(&anwBuffer, *buf); in requestBuffer()
74 if ((fence == nullptr) || !wrapAs(&tFence, &nh, *fence)) { in dequeueBuffer()
84 if (getFrameTimestamps && !wrapAs(&tOutTimestamps, &nhAA, outTimestamps)) { in dequeueBuffer()
128 wrapAs(&tBuffer, *outBuffer); in detachNextBuffer()
130 if ((outFence != nullptr) && !wrapAs(&tFence, &nh, *outFence)) { in detachNextBuffer()
179 if (!wrapAs(&tOutput, &nhAA, lOutput)) { in queueBuffer()
226 if (!wrapAs(&tOutput, &nhAA, lOutput)) { in connect()
298 wrapAs(&tOutBuffer, *lOutBuffer); in getLastQueuedBuffer()
302 if ((lOutFence == nullptr) || !wrapAs(&tOutFence, &nh, *lOutFence)) { in getLastQueuedBuffer()
325 if (!wrapAs(&tDelta, &nhAA, lDelta)) { in getFrameTimestamps()
DConversion.h274 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs() function
324 inline bool wrapAs(omx_message* l, Message const& t) { in wrapAs() function
375 if (!wrapAs(l, t)) { in convertTo()
403 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs() function
420 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { in wrapAs() function
551 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { in wrapAs() function
621 inline CodecBuffer *wrapAs(CodecBuffer *t, sp<GraphicBuffer> const& graphicBuffer) { in wrapAs() function
653 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { in wrapAs() function
677 wrapAs(t, l.mGraphicBuffer); in wrapAs()
1087 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { in wrapAs() function
[all …]
DWOmxNode.cpp166 if (!wrapAs(&codecBuffer, omxBuffer)) { in useBuffer()
188 if (!wrapAs(&codecBuffer, omxBuffer)) { in fillBuffer()
206 if (!wrapAs(&codecBuffer, omxBuffer)) { in emptyBuffer()
239 if (!wrapAs(&tMsg, &nh, lMsg)) { in dispatchMessage()
DWOmxObserver.cpp45 wrapAs(&tMessages[i], &handles[i], message); in onMessages()
DWOmxBufferSource.cpp56 if (!wrapAs(&fence, &fenceNh, fenceParcel)) { in onInputBufferEmptied()
DWGraphicBufferSource.cpp53 *wrapAs(&tBuffer, buffer), in emptyBuffer()
/frameworks/av/include/media/
DOMXFenceParcelable.h31 void wrapAs(::android::OMXFenceParcelable* l,
37 void wrapAs(::android::OMXFenceParcelable* l,
62 wrapAs)(OMXFenceParcelable* l,
68 wrapAs)(OMXFenceParcelable* l,
DOMXBuffer.h35 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
41 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
98 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t,
104 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t,
/frameworks/av/media/libmedia/include/media/
DOMXFenceParcelable.h31 void wrapAs(::android::OMXFenceParcelable* l,
37 void wrapAs(::android::OMXFenceParcelable* l,
62 wrapAs)(OMXFenceParcelable* l,
68 wrapAs)(OMXFenceParcelable* l,
DOMXBuffer.h35 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
41 inline bool wrapAs(::android::hardware::media::omx::V1_0::CodecBuffer* t,
98 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t,
104 wrapAs)(::android::hardware::media::omx::V1_0::CodecBuffer* t,
/frameworks/av/include/media/omx/1.0/
DConversion.h281 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs() function
331 inline bool wrapAs(omx_message* l, Message const& t) { in wrapAs() function
382 if (!wrapAs(l, t)) { in convertTo()
410 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs() function
427 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { in wrapAs() function
558 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { in wrapAs() function
629 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { in wrapAs() function
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp163 if (!wrapAs(&codecBuffer, omxBuffer)) { in useBuffer()
185 if (!wrapAs(&codecBuffer, omxBuffer)) { in fillBuffer()
203 if (!wrapAs(&codecBuffer, omxBuffer)) { in emptyBuffer()
236 if (!wrapAs(&tMsg, &nh, lMsg)) { in dispatchMessage()
DWOmxObserver.cpp45 wrapAs(&tMessages[i], &handles[i], message); in onMessages()
DWOmxBufferSource.cpp56 if (!wrapAs(&fence, &fenceNh, fenceParcel)) { in onInputBufferEmptied()
/frameworks/native/libs/gui/bufferqueue/1.0/
DH2BGraphicBufferProducer.cpp122 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { in wrapAs() function
301 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { in wrapAs() function
528 inline bool wrapAs( in wrapAs() function
1053 wrapAs(&tBuffer, *buffer); in attachBuffer()
1069 if (!wrapAs(&tInput, &nh, input)) { in queueBuffer()
1093 if ((fence == nullptr) || !wrapAs(&tFence, &nh, *fence)) { in cancelBuffer()