Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp265 void rotate0AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate0AndUnpack()
277 void rotate90AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate90AndUnpack()
288 void rotate180AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate180AndUnpack()
300 void rotate270AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate270AndUnpack()
310 bool rotateAndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotateAndUnpack()
334 std::unique_ptr<dynamic_depth::DepthMap> processDepthMapFrame(DepthPhotoInputFrame inputFrame, in processDepthMapFrame()
413 extern "C" int processDepthPhotoFrame(DepthPhotoInputFrame inputFrame, size_t depthPhotoBufferSize, in processDepthPhotoFrame()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp633 for (auto &inputFrame : mPendingInputFrames) { in compilePendingInputLocked() local
653 InputFrame& inputFrame(it->second); in compilePendingInputLocked() local
714 InputFrame &inputFrame) { in processInputFrame()
781 status_t HeicCompositeStream::startMuxerForInputFrame(nsecs_t timestamp, InputFrame &inputFrame) { in startMuxerForInputFrame()
850 status_t HeicCompositeStream::processAppSegment(nsecs_t timestamp, InputFrame &inputFrame) { in processAppSegment()
918 status_t HeicCompositeStream::processCodecInputFrame(InputFrame &inputFrame) { in processCodecInputFrame()
961 InputFrame &inputFrame) { in processOneCodecOutputFrame()
997 InputFrame &inputFrame) { in processCompletedInputFrame()
1055 void HeicCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
1333 for (const auto& inputFrame : mPendingInputFrames) { in findTimestampInNsLocked() local
[all …]
DDepthCompositeStream.cpp199 for (auto &inputFrame : mPendingInputFrames) { in compilePendingInputLocked() local
250 status_t DepthCompositeStream::processInputFrame(const InputFrame &inputFrame) { in processInputFrame()
384 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp114 DepthPhotoInputFrame inputFrame; in TEST() local
169 DepthPhotoInputFrame inputFrame; in TEST() local
231 DepthPhotoInputFrame inputFrame; in TEST() local
327 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/base/media/mca/effect/java/android/media/effect/effects/
DIdentityEffect.java37 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
/frameworks/base/media/mca/effect/java/android/media/effect/
DSizeChangeEffect.java44 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
DSingleFilterEffect.java72 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastcodemb.cpp74 VideoEncFrameIO *inputFrame = video->input; in CodeMB_H263() local
305 VideoEncFrameIO *inputFrame = video->input; in CodeMB_MPEG() local