/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.cpp | 269 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/ |
D | DepthProcessorTest.cpp | 83 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/ |
D | StatsFilter.java | 63 FrameType inputFrame = FrameType.buffer2D(FrameType.ELEMENT_INT8); in getSignature() local 97 FrameBuffer2D inputFrame = getConnectedInputPort("buffer").pullFrame().asFrameImage2D(); in onProcess() local
|
D | BranchFilter.java | 67 Frame inputFrame = getConnectedInputPort("input").pullFrame(); in onProcess() local
|
D | ThroughputFilter.java | 66 Frame inputFrame = getConnectedInputPort("frame").pullFrame(); in onProcess() local
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 764 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
|
D | DepthCompositeStream.cpp | 199 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/ |
D | IdentityEffect.java | 37 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
|
/frameworks/av/services/camera/libcameraservice/fuzzer/ |
D | DepthProcessorFuzzer.cpp | 39 DepthPhotoInputFrame inputFrame; in LLVMFuzzerTestOneInput() local
|
/frameworks/base/media/mca/effect/java/android/media/effect/ |
D | SizeChangeEffect.java | 44 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
|
D | SingleFilterEffect.java | 71 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | fastcodemb.cpp | 74 VideoEncFrameIO *inputFrame = video->input; in CodeMB_H263() local 305 VideoEncFrameIO *inputFrame = video->input; in CodeMB_MPEG() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | NavigationBarController.java | 259 final View inputFrame = mService.mInputFrame; in updateTouchableInsets() local
|