OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anwBuffer
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h
85
using ::android::hardware::media::V1_0::
AnwBuffer
;
416
t->attr.
anwBuffer
.width = 0;
417
t->attr.
anwBuffer
.height = 0;
418
t->attr.
anwBuffer
.stride = 0;
419
t->attr.
anwBuffer
.format = static_cast<PixelFormat>(1);
420
t->attr.
anwBuffer
.layerCount = 0;
421
t->attr.
anwBuffer
.usage = 0;
424
t->attr.
anwBuffer
.width = graphicBuffer->getWidth();
425
t->attr.
anwBuffer
.height = graphicBuffer->getHeight();
426
t->attr.
anwBuffer
.stride = graphicBuffer->getStride()
[
all
...]
/frameworks/av/media/libmedia/include/media/omx/1.0/
Conversion.h
82
using ::android::hardware::media::V1_0::
AnwBuffer
;
599
* \brief Wrap `GraphicBuffer` in `
AnwBuffer
`.
601
* \param[out] t The wrapper of type `
AnwBuffer
`.
604
// wrap: GraphicBuffer ->
AnwBuffer
605
inline void wrapAs(
AnwBuffer
* t, GraphicBuffer const& l) {
618
* \brief Convert `
AnwBuffer
` to `GraphicBuffer`.
621
* \param[in] t The source `
AnwBuffer
`.
625
// convert:
AnwBuffer
-> GraphicBuffer
627
inline bool convertTo(GraphicBuffer* l,
AnwBuffer
const& t) {
712
t->attr.
anwBuffer
.width = 0
[
all
...]
/frameworks/av/services/camera/libcameraservice/device3/
Camera3SharedOutputStream.cpp
104
status_t Camera3SharedOutputStream::notifyBufferReleased(ANativeWindowBuffer *
anwBuffer
) {
107
const sp<GraphicBuffer> buffer(static_cast<GraphicBuffer*>(
anwBuffer
));
Camera3OutputStream.cpp
239
ANativeWindowBuffer *
anwBuffer
= container_of(buffer.buffer, ANativeWindowBuffer, handle);
254
anwBuffer
,
261
notifyBufferReleased(
anwBuffer
);
287
res = queueBufferToConsumer(currentConsumer,
anwBuffer
, anwReleaseFence, surface_ids);
889
status_t Camera3OutputStream::notifyBufferReleased(ANativeWindowBuffer* /*
anwBuffer
*/) {
[
all
...]
Camera3OutputStream.h
169
virtual status_t notifyBufferReleased(ANativeWindowBuffer *
anwBuffer
);
Completed in 117 milliseconds