/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | HeicCompositeStream.cpp | 985 InputFrame& inputFrame(it->second); in compilePendingInputLocked() local 1006 InputFrame& inputFrame(it->second); in compilePendingInputLocked() local 1081 InputFrame &inputFrame) { in processInputFrame() 1217 status_t HeicCompositeStream::startMuxerForInputFrame(int64_t frameNumber, InputFrame &inputFrame) { in startMuxerForInputFrame() 1283 status_t HeicCompositeStream::processAppSegment(int64_t frameNumber, InputFrame &inputFrame) { in processAppSegment() 1364 status_t HeicCompositeStream::generateBaseImageAndGainmap(InputFrame &inputFrame) { in generateBaseImageAndGainmap() 1459 status_t HeicCompositeStream::processCodecInputFrame(InputFrame &inputFrame) { in processCodecInputFrame() 1504 status_t HeicCompositeStream::processCodecGainmapInputFrame(InputFrame &inputFrame) { in processCodecGainmapInputFrame() 1549 InputFrame &inputFrame) { in processOneCodecOutputFrame() 1595 InputFrame &inputFrame) { in processOneCodecGainmapOutputFrame() [all …]
|
H A D | JpegRCompositeStream.cpp | 182 for (auto &inputFrame : mPendingInputFrames) { in compilePendingInputLocked() local 237 status_t JpegRCompositeStream::processInputFrame(nsecs_t ts, const InputFrame &inputFrame) { in processInputFrame() 405 void JpegRCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
|
H A D | DepthCompositeStream.cpp | 202 for (auto &inputFrame : mPendingInputFrames) { in compilePendingInputLocked() local 253 status_t DepthCompositeStream::processInputFrame(nsecs_t ts, const InputFrame &inputFrame) { in processInputFrame() 404 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/ |
H A 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()
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | DepthProcessorTest.cpp | 87 DepthPhotoInputFrame inputFrame; in TEST() local 131 DepthPhotoInputFrame inputFrame; in TEST() local 183 DepthPhotoInputFrame inputFrame; in TEST() local 269 DepthPhotoInputFrame inputFrame; in TEST() local
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/delegate/ |
H A D | ArmnnDelegateNetworkExecutorTest.cpp | 54 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR); variable 104 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR); variable
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | GrpcGraphFuzzer.cpp | 92 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in LLVMFuzzerTestOneInput() local 141 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in LLVMFuzzerTestOneInput() local
|
D | LocalPrebuildGraphFuzzer.cpp | 93 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | StatsFilter.java | 63 FrameType inputFrame = FrameType.buffer2D(FrameType.ELEMENT_INT8); in getSignature() local 97 FrameBuffer2D inputFrame = getConnectedInputPort("buffer").pullFrame().asFrameImage2D(); in onProcess() local
|
H A D | BranchFilter.java | 67 Frame inputFrame = getConnectedInputPort("input").pullFrame(); in onProcess() local
|
H A D | ThroughputFilter.java | 66 Frame inputFrame = getConnectedInputPort("frame").pullFrame(); in onProcess() local
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoDecoder.cpp | 322 InputFrame inputFrame(height, width, prebuiltFormat, stride, in readDecodedFrame() local 339 InputFrame inputFrame(5, 5, prebuiltFormat, 5, in sendEosFlag() local
|
D | EvsInputManager.cpp | 47 InputFrame inputFrame(frame.height, frame.width, PixelFormat::RGBA, frame.stride * 4, in analyze() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | fastcodemb.cpp | 74 VideoEncFrameIO *inputFrame = video->input; in CodeMB_H263() local 305 VideoEncFrameIO *inputFrame = video->input; in CodeMB_MPEG() local
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/ |
H A D | PipelineTest.cpp | 44 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR); variable
|
/aosp_15_r20/packages/services/Car/cpp/evs/apps/demo_app_evs_support_lib/ |
D | evs_app_support_lib.cpp | 35 void render(const Frame& inputFrame, const Frame& outputFrame) { in render()
|
/aosp_15_r20/frameworks/base/media/mca/effect/java/android/media/effect/effects/ |
H A D | IdentityEffect.java | 37 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
|
/aosp_15_r20/frameworks/base/media/mca/effect/java/android/media/effect/ |
H A D | SizeChangeEffect.java | 44 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
|
H A D | SingleFilterEffect.java | 71 Frame inputFrame = frameFromTexture(inputTexId, width, height); in apply() local
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/fuzzer/ |
H A D | DepthProcessorFuzzer.cpp | 51 DepthPhotoInputFrame inputFrame; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/ |
H A D | ImageUtils.cpp | 17 void AddInferenceOutputToFrame(od::DetectedObjects& decodedResults, cv::Mat& inputFrame, in AddInferenceOutputToFrame()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | LocalPrebuiltGraphTest.cpp | 133 runner::InputFrame inputFrame(0, 0, PixelFormat::RGB, 0, nullptr); in TEST() local
|
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_spi.cpp | 147 SpiFrame inputFrame(aInputBuf); in SpiTransactionComplete() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/support_library/ |
D | StreamHandler.cpp | 339 Frame inputFrame = {.width = input.width, in processFrame() local
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/stream_manager/ |
D | PixelStreamManager.cpp | 68 Status PixelMemHandle::setFrameData(uint64_t timestamp, const InputFrame& inputFrame) { in setFrameData()
|