| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | outlier_rejection.hpp | 64 Size frameSize, InputArray points0, InputArray points1, OutputArray mask) = 0; 71 Size frameSize, InputArray points0, InputArray points1, OutputArray mask) CV_OVERRIDE; 86 Size frameSize, InputArray points0, InputArray points1, OutputArray mask) CV_OVERRIDE;
|
| H A D | motion_stabilizing.hpp | 126 Size frameSize() const { return frameSize_; } in frameSize() function in cv::videostab::LpMotionStabilizer
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | videoio.hpp | 858 Size frameSize, bool isColor = true); 865 Size frameSize, bool isColor = true); 882 Size frameSize, bool isColor = true); 887 Size frameSize, bool isColor = true); 948 Size frameSize, bool isColor = true);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_adec.cpp | 219 RK_S32 frameSize = pstFrmInfo->pstFrame->u32Len; in receive_data_thread() local 220 eos = (frameSize <= 0) ? 1 : 0; in receive_data_thread() 222 RK_LOGV("get frame data = %p, size = %d", pstFrame, frameSize); in receive_data_thread() 224 fwrite(pstFrame, frameSize, 1, file); in receive_data_thread()
|
| H A D | test_mpi_aenc.cpp | 236 RK_S32 frameSize = pstStream.u32Len; in receive_stream_thread() local 237 eos = (frameSize <= 0) ? 1 : 0; in receive_stream_thread() 239 RK_LOGV("get frame data = %p, size = %d", pstFrame, frameSize); in receive_stream_thread() 241 fwrite(pstFrame, frameSize, 1, file); in receive_stream_thread()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | vpu_api_test.c | 522 RK_U32 frameSize = 0; in vpu_decode_demo() local 683 frameSize = wAlign16 * hAlign16 * 3 / 2; in vpu_decode_demo() 687 frame_count, frameSize); in vpu_decode_demo() 689 fwrite((RK_U8 *)(frame->vpumem.vir_addr), 1, frameSize, pOutFile); in vpu_decode_demo()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | MediaInfo.cpp | 115 rk_frame_fmt_t frameSize; in get_sensor_caps() local 135 frameSize.format = (rk_aiq_format_t)fie.code; in get_sensor_caps() 136 frameSize.width = fie.width; in get_sensor_caps() 137 frameSize.height = fie.height; in get_sensor_caps() 138 frameSize.fps = fie.interval.denominator / fie.interval.numerator; in get_sensor_caps() 139 frameSize.hdr_mode = fie.reserved[0]; in get_sensor_caps() 140 sensor_info->frame_size.push_back(frameSize); in get_sensor_caps()
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTAudioSinkInterface.h | 219 virtual INT32 frameSize() = 0;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CamHwIsp20.cpp | 172 rk_frame_fmt_t frameSize; in get_sensor_caps() local 202 frameSize.format = (rk_aiq_format_t)fsize_enum.code; in get_sensor_caps() 203 frameSize.width = fsize_enum.max_width; in get_sensor_caps() 204 frameSize.height = fsize_enum.max_height; in get_sensor_caps() 205 sensor_info->frame_size.push_back(frameSize); in get_sensor_caps() 218 frameSize.format = (rk_aiq_format_t)fie.code; in get_sensor_caps() 219 frameSize.width = fie.width; in get_sensor_caps() 220 frameSize.height = fie.height; in get_sensor_caps() 221 frameSize.fps = fie.interval.denominator / fie.interval.numerator; in get_sensor_caps() 222 frameSize.hdr_mode = fie.reserved[0]; in get_sensor_caps() [all …]
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | 0003-HACK-pipeline-Support-custom-pipeline.patch | 225 + cfg.frameSize = format.planes[0].size;
|