Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 49) sorted by relevance

12

/hardware/libhardware/modules/camera/3_4/
Drequest_tracker_test.cpp43 uint32_t frame, std::vector<camera3_stream_t*> streams) { in GenerateCaptureRequest()
58 void AddRequest(uint32_t frame, in AddRequest()
80 uint32_t frame = 34; in TEST_F() local
89 uint32_t frame = 42; in TEST_F() local
146 uint32_t frame = 42; in TEST_F() local
156 uint32_t frame = 42; in TEST_F() local
174 uint32_t frame = 42; in TEST_F() local
191 uint32_t frame = 42; in TEST_F() local
/hardware/intel/common/libmix/mix_video/src/
Dmixsurfacepool.c267 MixVideoFrame *frame = NULL; in mix_surfacepool_initialize() local
316 MIX_RESULT mix_surfacepool_put(MixSurfacePool * obj, MixVideoFrame * frame) { in mix_surfacepool_put()
370 MIX_RESULT mix_surfacepool_get(MixSurfacePool * obj, MixVideoFrame ** frame) {
460 MIX_RESULT mix_surfacepool_get_frame_with_ci_frameidx (MixSurfacePool * obj, MixVideoFrame ** frame
588 MixVideoFrame *frame = NULL; local
625 mix_surfacepool_dumpframe(MixVideoFrame *frame)
Dmixframemanager.c281 MixVideoFrame *frame = NULL; in mix_framemanager_flush() local
297 MixVideoFrame *frame = NULL; in mix_framemanager_flush() local
328 MixVideoFrame *frame = NULL; in get_expected_frame_from_array() local
401 gpointer frame = NULL; in add_frame_into_array() local
531 MixVideoFrame *frame = NULL; in mix_framemanager_timestamp_based_enqueue() local
Dmixvideo.c1021 MIX_RESULT mix_video_get_frame_default(MixVideo * mix, MixVideoFrame ** frame) { in mix_video_get_frame_default()
1051 MixVideoFrame * frame) { in mix_video_release_frame_default()
1091 MixVideoRenderParams * render_params, MixVideoFrame *frame) { in mix_video_render_default()
1524 MIX_RESULT mix_video_get_frame(MixVideo * mix, MixVideoFrame ** frame) { in mix_video_get_frame()
1536 MIX_RESULT mix_video_release_frame(MixVideo * mix, MixVideoFrame * frame) { in mix_video_release_frame()
1548 MixVideoRenderParams * render_params, MixVideoFrame *frame) { in mix_video_render()
Dmixvideoformat_vc1.c834 MIX_RESULT GetImageFromSurface (MixVideoFormat *mix, MixVideoFrame * frame) in GetImageFromSurface()
921 MixVideoFrame *frame) in mix_videofmt_vc1_decode_a_picture()
1305 MixVideoFrame *frame = NULL; in mix_videofmt_vc1_process_decode() local
Dmixvideoformat_h264.c1021 MixVideoFrame *frame) in mix_videofmt_h264_process_decode_picture()
1412 MixVideoFrame *frame = NULL; in mix_videofmt_h264_process_decode() local
Dmixvideoformatenc_preview.c1071 MixVideoFrame * frame = mix_videoframe_new(); in mix_videofmtenc_preview_process_encode() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp146 mm_camera_super_buf_t* frame = in zsl_channel_cb() local
294 mm_camera_super_buf_t *frame) in selectScene()
405 mm_camera_super_buf_t* frame = in capture_channel_cb_routine() local
657 mm_camera_super_buf_t* frame = in postproc_channel_cb_routine() local
712 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in synchronous_stream_cb_routine() local
821 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in preview_stream_cb_routine() local
1172 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in nodisplay_preview_stream_cb_routine() local
1253 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in secure_stream_cb_routine() local
1335 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in rdi_mode_stream_cb_routine() local
1427 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in postview_stream_cb_routine() local
[all …]
DQCameraPostProc.cpp937 bool QCameraPostProcessor::validatePostProcess(mm_camera_super_buf_t *frame) in validatePostProcess()
1059 int32_t QCameraPostProcessor::processData(mm_camera_super_buf_t *frame) in processData()
1208 int32_t QCameraPostProcessor::processRawData(mm_camera_super_buf_t *frame) in processRawData()
1415 int32_t QCameraPostProcessor::processPPData(mm_camera_super_buf_t *frame) in processPPData()
2144 mm_camera_super_buf_t *frame, in queryStreams()
2240 int32_t QCameraPostProcessor::syncStreamParams(mm_camera_super_buf_t *frame, in syncStreamParams()
2877 mm_camera_buf_def_t *frame = NULL; in processRawImageImpl() local
4053 mm_camera_super_buf_t *frame = pData->frame; in processHalPPData() local
DQCameraChannel.cpp1480 int32_t QCameraReprocessChannel::doReprocessOffline(mm_camera_buf_def_t *frame, in doReprocessOffline()
1594 int32_t QCameraReprocessChannel::doReprocessOffline(mm_camera_super_buf_t *frame, in doReprocessOffline()
1704 int32_t QCameraReprocessChannel::doReprocess(mm_camera_super_buf_t *frame, in doReprocess()
DQCameraStream.cpp1065 int32_t QCameraStream::processDataNotify(mm_camera_super_buf_t *frame) in processDataNotify()
1138 mm_camera_super_buf_t *frame = in dataNotifyCB() local
1185 mm_camera_super_buf_t *frame = in dataProcRoutine() local
2736 mm_camera_super_buf_t *frame = (mm_camera_super_buf_t *)data; in releaseFrameData() local
DQCameraPostProc.h93 mm_camera_super_buf_t *frame; // source frame member
118 mm_camera_super_buf_t * frame; // ptr to frame member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_video.c41 mm_camera_buf_def_t *frame; in mm_app_metadata_notify_cb() local
244 mm_camera_buf_def_t *frame = NULL; in mm_app_preview_notify_cb() local
316 mm_camera_buf_def_t *frame = bufs->bufs[0]; in mm_app_video_notify_cb() local
Dmm_qcamera_reprocess.c37 mm_camera_buf_def_t *frame = bufs->bufs[0]; in mm_app_reprocess_notify_cb() local
279 mm_camera_buf_def_t *frame, in mm_app_do_reprocess()
Dmm_qcamera_rdi.c39 static void mm_app_rdi_dump_frame(mm_camera_buf_def_t *frame, in mm_app_rdi_dump_frame()
71 mm_camera_buf_def_t *frame = bufs->bufs[0]; in mm_app_rdi_notify_cb() local
Dmm_qcamera_preview.c54 mm_camera_buf_def_t *frame; in mm_app_metadata_notify_cb() local
346 mm_camera_buf_def_t *frame = NULL; in mm_app_preview_notify_cb() local
Dmm_qcamera_snapshot.c271 mm_camera_buf_def_t *frame; in mm_app_snapshot_metadata_notify_cb() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.cpp594 int32_t QCamera3Stream::processDataNotify(mm_camera_super_buf_t *frame) in processDataNotify()
635 mm_camera_super_buf_t *frame = in dataNotifyCB() local
700 mm_camera_super_buf_t *frame = in dataProcRoutine() local
1324 mm_camera_super_buf_t *frame = (mm_camera_super_buf_t *)data; in releaseFrameData() local
1688 mm_camera_super_buf_t *frame; in handleBatchBuffer() local
DQCamera3Channel.cpp505 void QCamera3Channel::dumpYUV(mm_camera_buf_def_t *frame, cam_dimension_t dim, in dumpYUV()
1215 mm_camera_buf_def_t *frame) in registerBufferAndGetBufDef()
1256 void QCamera3ProcessingChannel::unregisterBuffer(mm_camera_buf_def_t *frame) in unregisterBuffer()
2363 void QCamera3RawChannel::dumpRawSnapshot(mm_camera_buf_def_t *frame) in dumpRawSnapshot()
2394 void QCamera3RawChannel::convertLegacyToRaw16(mm_camera_buf_def_t *frame) in convertLegacyToRaw16()
2438 void QCamera3RawChannel::convertMipiToRaw16(mm_camera_buf_def_t *frame) in convertMipiToRaw16()
2570 void QCamera3RawDumpChannel::dumpRawSnapshot(mm_camera_buf_def_t *frame) in dumpRawSnapshot()
2785 void QCamera3HdrPlusRawSrcChannel::sendRawToHdrPlusService(mm_camera_buf_def_t *frame) in sendRawToHdrPlusService()
3091 mm_camera_super_buf_t *frame = in streamCbRoutine() local
3896 mm_camera_super_buf_t* frame = NULL; in streamCbRoutine() local
[all …]
DQCamera3PostProc.cpp335 qcamera_fwk_input_pp_data_t *frame, in getFWKJpegEncodeConfig()
608 bool QCamera3PostProcessor::needsReprocess(qcamera_fwk_input_pp_data_t *frame) in needsReprocess()
654 int32_t QCamera3PostProcessor::processData(qcamera_fwk_input_pp_data_t *frame) in processData()
760 int32_t QCamera3PostProcessor::processPPData(mm_camera_super_buf_t *frame) in processPPData()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraHALPP.cpp233 mm_camera_super_buf_t *frame = pData->frame; in releaseData() local
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_virtual.cpp234 hwc_rect_t &frame = fbt_layer.displayFrame; in SetOutputSliceFromMetadata() local
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_display_virtual.cpp234 hwc_rect_t &frame = fbt_layer.displayFrame; in SetOutputSliceFromMetadata() local
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp196 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame()
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_layers.cpp259 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerBuffer()

12