OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeBuffer
(Results
1 - 12
of
12
) sorted by null
/frameworks/native/libs/gui/
CpuConsumer.cpp
70
status_t CpuConsumer::lockNextBuffer(LockedBuffer *
nativeBuffer
) {
73
if (!
nativeBuffer
) return BAD_VALUE;
148
nativeBuffer
->data =
150
nativeBuffer
->width = mSlots[buf].mGraphicBuffer->getWidth();
151
nativeBuffer
->height = mSlots[buf].mGraphicBuffer->getHeight();
152
nativeBuffer
->format = mSlots[buf].mGraphicBuffer->getPixelFormat();
153
nativeBuffer
->stride = (ycbcr.y != NULL) ?
157
nativeBuffer
->crop = b.mCrop;
158
nativeBuffer
->transform = b.mTransform;
159
nativeBuffer
->scalingMode = b.mScalingMode
[
all
...]
/frameworks/native/include/gui/
CpuConsumer.h
99
status_t lockNextBuffer(LockedBuffer *
nativeBuffer
);
105
status_t unlockBuffer(const LockedBuffer &
nativeBuffer
);
/frameworks/native/include/media/hardware/
HardwareAPI.h
128
const sp<ANativeWindowBuffer>&
nativeBuffer
;
/frameworks/rs/driver/runtime/
rs_structs.h
42
void *
nativeBuffer
;
/frameworks/rs/
rsAllocation.h
70
ANativeWindowBuffer *
nativeBuffer
;
rsGrallocConsumer.cpp
129
mAlloc->mHal.state.
nativeBuffer
= mAcquiredBuffer.mGraphicBuffer->getNativeBuffer();
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp
759
pANB = pANBParams->
nativeBuffer
.get();
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
538
memset(&native_buffer, 0 ,(sizeof(struct
nativebuffer
) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
[
all
...]
omx_vdec_hevc.cpp
579
memset(&native_buffer, 0 ,(sizeof(struct
nativebuffer
) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
[
all
...]
omx_vdec_msm8974.cpp
606
memset(&native_buffer, 0 ,(sizeof(struct
nativebuffer
) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
[
all
...]
Completed in 951 milliseconds