Home
last modified time | relevance | path

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

123

/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
/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.c40 static void mm_app_rdi_dump_frame(mm_camera_buf_def_t *frame, in mm_app_rdi_dump_frame()
72 mm_camera_buf_def_t *frame = bufs->bufs[0]; in mm_app_rdi_notify_cb() local
Dmm_qcamera_preview.c56 mm_camera_buf_def_t *frame; in mm_app_metadata_notify_cb() local
348 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
1692 mm_camera_super_buf_t *frame; in handleBatchBuffer() local
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/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp228 for (const FrameData &frame : avcStream_B) { in TEST_F() local
310 for (const FrameData &frame : avcStream_A) { in TEST_P() local
/hardware/libhardware/modules/camera/3_4/arc/
Dcached_frame.cpp25 int CachedFrame::SetSource(const FrameBuffer* frame, int rotate_degree) { in SetSource()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraHALPP.cpp233 mm_camera_super_buf_t *frame = pData->frame; in releaseData() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.cpp280 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame()
291 hwc_rect_t frame = {}; in SetCursorPosition() local
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.cpp380 HWC2::Error HWCLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame()
391 hwc_rect_t frame = {}; in SetCursorPosition() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_virtual.cpp234 hwc_rect_t &frame = fbt_layer.displayFrame; in SetOutputSliceFromMetadata() 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/msm8909/sdm/libs/hwc/
Dhwc_display_virtual.cpp234 hwc_rect_t &frame = fbt_layer.displayFrame; in SetOutputSliceFromMetadata() local

123