HomeSort by relevance Sort by last modified time
    Searched refs:nativeBuffer (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/native/libs/gui/
CpuConsumer.cpp 89 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
92 if (!nativeBuffer) return BAD_VALUE;
180 nativeBuffer->data =
182 nativeBuffer->width = mSlots[slot].mGraphicBuffer->getWidth();
183 nativeBuffer->height = mSlots[slot].mGraphicBuffer->getHeight();
184 nativeBuffer->format = format;
185 nativeBuffer->flexFormat = flexFormat;
186 nativeBuffer->stride = (ycbcr.y != NULL) ?
190 nativeBuffer->crop = b.mCrop;
191 nativeBuffer->transform = b.mTransform
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 209 status_t ISVBufferManager::useBuffer(const sp<ANativeWindowBuffer> nativeBuffer)
212 if (nativeBuffer == NULL || mBuffers.size() >= mBuffers.capacity())
217 if (isvBuffer->getHandle() == (unsigned long)nativeBuffer->handle) {
220 __func__, reinterpret_cast<uintptr_t>(nativeBuffer->handle));
226 (unsigned long)nativeBuffer->handle, (unsigned long)nativeBuffer->handle,
227 nativeBuffer->width, nativeBuffer->height,
228 nativeBuffer->stride, nativeBuffer->format
    [all...]
  /frameworks/base/libs/hwui/utils/
TestWindowContext.cpp 125 android::CpuConsumer::LockedBuffer nativeBuffer;
126 android::status_t retval = mCpuConsumer->lockNextBuffer(&nativeBuffer);
141 LOG_ALWAYS_FATAL_IF(nativeBuffer.format != android::PIXEL_FORMAT_RGBA_8888,
144 SkImageInfo::Make(nativeBuffer.width, nativeBuffer.height,
150 nativeWrapper.installPixels(nativeConfig, nativeBuffer.data, nativeBuffer.stride * 4);
165 mCpuConsumer->unlockBuffer(nativeBuffer);
  /frameworks/native/include/gui/
CpuConsumer.h 111 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
117 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
  /external/deqp/modules/egl/
teglAndroidUtil.cpp 155 PixelBufferAccess nativeBuffer(texFormat, 64, 64, 1, bufferData);
156 tcu::copy(nativeBuffer, ref->getLevel(0));
  /frameworks/native/include/media/hardware/
HardwareAPI.h 198 const sp<ANativeWindowBuffer>& nativeBuffer;
  /frameworks/rs/driver/runtime/
rs_structs.h 49 void * nativeBuffer;
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 153 status_t useBuffer(const sp<ANativeWindowBuffer> nativeBuffer);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp     [all...]
  /frameworks/rs/
rsAllocation.h 74 ANativeWindowBuffer *nativeBuffer;
rsGrallocConsumer.cpp 150 mAlloc[idx]->mHal.state.nativeBuffer = mAcquiredBuffer[idx].mGraphicBuffer->getNativeBuffer();
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 484 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top,
511 BufferItem* opaqueBuffer = reinterpret_cast<BufferItem*>(nativeBuffer);
  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 385 if (mISVBufferManager != NULL && OK != mISVBufferManager->useBuffer(def->nativeBuffer)) {
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 661 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msmcobalt/videopp/src/
omx_vdpp.cpp 661 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/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 590 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_hevc_swvdec.cpp 665 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_msm8974.cpp 681 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 585 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_hevc_swvdec.cpp 673 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 585 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]
omx_vdec_hevc_swvdec.cpp 673 memset(&native_buffer, 0 ,(sizeof(struct nativebuffer) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
    [all...]

Completed in 1207 milliseconds

1 2