Searched defs:wrapAs (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DConversion.h140 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
244 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { function in namespace:android::hardware::media::omx::V1_0::implementation
294 inline bool wrapAs(omx_message* l, Message const& t) { function in namespace:android::hardware::media::omx::V1_0::implementation
345 if (!wrapAs(l, t)) {
373 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, function in namespace:android::hardware::media::omx::V1_0::implementation
390 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { function in namespace:android::hardware::media::omx::V1_0::implementation
469 inline CodecBuffer *wrapAs(CodecBuffer *t, sp<GraphicBuffer> const& graphicBuffer) { function in namespace:android::hardware::media::omx::V1_0::implementation
501 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::implementation
525 wrapAs(t, l.mGraphicBuffer);
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h170 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
323 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { function in namespace:android::hardware::media::omx::V1_0::utils
373 inline bool wrapAs(omx_message* l, Message const& t) { function in namespace:android::hardware::media::omx::V1_0::utils
424 if (!wrapAs(l, t)) {
452 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, function in namespace:android::hardware::media::omx::V1_0::utils
469 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { function in namespace:android::hardware::media::omx::V1_0::utils
600 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::utils
671 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { function in namespace:android::hardware::media::omx::V1_0::utils
/frameworks/av/media/libstagefright/bqhelper/
H A DConversion.cpp95 * For types that contain file descriptors, `inTargetType()` and `wrapAs()` do
195 void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { function in namespace:android::conversion
446 bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { function in namespace:android::conversion
969 bool wrapAs(HGraphicBufferProducer::FrameEventHistoryDelta* t, function in namespace:android::conversion
1354 bool wrapAs( function in namespace:android::conversion
1463 bool wrapAs(HGraphicBufferProducer::QueueBufferOutput* t, function in namespace:android::conversion
1466 if (!wrapAs(&(t->frameTimestamps), nh, l.frameTimestamps)) {
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DWGraphicBufferProducer.h73 ::android::conversion::wrapAs(&anwBuffer, *buf); member in class:android::TWGraphicBufferProducer::android::conversion
103 if ((fence == nullptr) || !::android::conversion::wrapAs(&tFence, &nh, *fence)) {
113 if (getFrameTimestamps && !::android::conversion::wrapAs(&tOutTimestamps, &nhAA, outTimestamps)) {
156 ::android::conversion::wrapAs(&tBuffer, *outBuffer); member in class:android::TWGraphicBufferProducer::android::conversion
158 if ((outFence != nullptr) && !::android::conversion::wrapAs(&tFence, &nh, *outFence)) {
205 if (!::android::conversion::wrapAs(&tOutput, &nhAA, lOutput)) {
251 if (!::android::conversion::wrapAs(&tOutput, &nhAA, lOutput)) {
325 ::android::conversion::wrapAs(&tOutBuffer, *lOutBuffer); member in class:android::TWGraphicBufferProducer::android::conversion
329 if ((lOutFence == nullptr) || !::android::conversion::wrapAs(&tOutFence, &nh, *lOutFence)) {
351 if (!::android::conversion::wrapAs(
[all...]
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp124 inline void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
303 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, Fence const& l) { function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
530 inline bool wrapAs( function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
1060 wrapAs(&tBuffer, *buffer);
1076 if (!wrapAs(&tInput, &nh, input)) {
1100 if ((fence == nullptr) || !wrapAs(&tFence, &nh, *fence)) {

Completed in 66 milliseconds