Home
last modified time | relevance | path

Searched defs:inputFrame (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp269 void rotate0AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate0AndUnpack()
281 void rotate90AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate90AndUnpack()
292 void rotate180AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate180AndUnpack()
304 void rotate270AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate270AndUnpack()
314 bool rotateAndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotateAndUnpack()
338 std::unique_ptr<dynamic_depth::DepthMap> processDepthMapFrame(DepthPhotoInputFrame inputFrame, in processDepthMapFrame()
417 int processDepthPhotoFrame(DepthPhotoInputFrame inputFrame, size_t depthPhotoBufferSize, in processDepthPhotoFrame()
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp83 DepthPhotoInputFrame inputFrame; in TEST() local
128 DepthPhotoInputFrame inputFrame; in TEST() local
180 DepthPhotoInputFrame inputFrame; in TEST() local
266 DepthPhotoInputFrame inputFrame; in TEST() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DStatsFilter.java63 FrameType inputFrame = FrameType.buffer2D(FrameType.ELEMENT_INT8); in getSignature() local
97 FrameBuffer2D inputFrame = getConnectedInputPort("buffer").pullFrame().asFrameImage2D(); in onProcess() local
DBranchFilter.java67 Frame inputFrame = getConnectedInputPort("input").pullFrame(); in onProcess() local
DThroughputFilter.java66 Frame inputFrame = getConnectedInputPort("frame").pullFrame(); in onProcess() local
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp764 InputFrame& inputFrame(it->second); in compilePendingInputLocked() local
834 InputFrame &inputFrame) { in processInputFrame()
913 status_t HeicCompositeStream::startMuxerForInputFrame(int64_t frameNumber, InputFrame &inputFrame) { in startMuxerForInputFrame()
969 status_t HeicCompositeStream::processAppSegment(int64_t frameNumber, InputFrame &inputFrame) { in processAppSegment()
1048 status_t HeicCompositeStream::processCodecInputFrame(InputFrame &inputFrame) { in processCodecInputFrame()
1092 InputFrame &inputFrame) { in processOneCodecOutputFrame()
1131 InputFrame &inputFrame) { in processCompletedInputFrame()
1195 InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
1246 auto& inputFrame = it->second; in releaseInputFramesLocked() local
1763 for (const auto& inputFrame : mPendingInputFrames) { in onResultError() local
DDepthCompositeStream.cpp199 for (auto &inputFrame : mPendingInputFrames) { in compilePendingInputLocked() local
250 status_t DepthCompositeStream::processInputFrame(nsecs_t ts, const InputFrame &inputFrame) { in processInputFrame()
401 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
/frameworks/base/media/mca/effect/java/android/media/effect/effects/
DIdentityEffect.java37 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
/frameworks/av/services/camera/libcameraservice/fuzzer/
DDepthProcessorFuzzer.cpp39 DepthPhotoInputFrame inputFrame; in LLVMFuzzerTestOneInput() local
/frameworks/base/media/mca/effect/java/android/media/effect/
DSizeChangeEffect.java44 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
DSingleFilterEffect.java71 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfastcodemb.cpp74 VideoEncFrameIO *inputFrame = video->input; in CodeMB_H263() local
305 VideoEncFrameIO *inputFrame = video->input; in CodeMB_MPEG() local
/frameworks/base/core/java/android/inputmethodservice/
DNavigationBarController.java259 final View inputFrame = mService.mInputFrame; in updateTouchableInsets() local