Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse_sei.h67 int32_t seq_param_set_id;
68 int32_t initial_cpb_removal_delay_nal;
69 int32_t initial_cpb_removal_delay_offset_nal;
70 int32_t initial_cpb_removal_delay_vcl;
71 int32_t initial_cpb_removal_delay_offset_vcl;
77 int32_t cpb_removal_delay;
78 int32_t dpb_output_delay;
79 int32_t pic_struct;
83 int32_t clock_timestamp_flag[MAX_NUM_CLOCK_TS];
84 int32_t ct_type[MAX_NUM_CLOCK_TS];
[all …]
Dh264parse_dpb.h32 extern void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb,int32_t NonExisting);
35 extern void h264_hdr_decoding_poc (h264_Info * pInfo,int32_t NonExisting, int32_t frame_num);
36 extern void h264_hdr_post_poc(h264_Info* pInfo,int32_t NonExisting, int32_t frame_num, int32_t use_…
41 extern void h264_dpb_unmark_for_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
42 extern void h264_dpb_unmark_for_long_term_reference(h264_DecodedPictureBuffer *p_dpb, int32_t fs_id…
43 …_term_frame_for_reference_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_i…
44 …ce_by_frame_idx(h264_DecodedPictureBuffer *p_dpb, int32_t long_term_frame_idx, int32_t fs_idc, int…
45 extern void h264_dpb_mark_pic_long_term(h264_Info * pInfo, int32_t long_term_frame_idx, int32_t pic…
46 extern void h264_dpb_mark_dangling_field(h264_DecodedPictureBuffer *p_dpb, int32_t fs_idc);
49 extern void h264_dpb_is_used_for_reference(int32_t * flag);
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h73 int32_t setScaleSizeTbl(size_t scale_cnt,
76 int32_t setValidatePicSize(int &width, int &height);
85 int32_t getPicSizeFromAPK(int &width, int &height);
86 int32_t getPicSizeSetted(int &width, int &height);
91 int32_t setSensorSupportedPicSize();
637 int32_t allocate(uint8_t bufCount);
638 int32_t init(cam_capability_t *,
643 int32_t initDefaultParameters();
644 int32_t updateParameters(const String8& params, bool &needRestart);
645 int32_t commitParameters();
[all …]
DQCameraParametersIntf.h70 int32_t allocate(uint8_t bufCount = 1);
71 int32_t init(cam_capability_t *capabilities,
77 int32_t updateParameters(const String8& params, bool &needRestart);
78 int32_t commitParameters();
87 int32_t getStreamRotation(cam_stream_type_t streamType,
90 int32_t getStreamFormat(cam_stream_type_t streamType,
93 int32_t getStreamSubFormat(
97 int32_t getStreamDimension(cam_stream_type_t streamType,
112 int32_t getCDSMode();
127 int32_t getEffectValue();
[all …]
DQCameraStream.h62 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
67 virtual int32_t processZoomDone(preview_stream_ops_t *previewWindow,
69 virtual int32_t bufDone(uint32_t index);
70 virtual int32_t bufDone(const void *opaque, bool isMetaData);
71 virtual int32_t bufDone(mm_camera_super_buf_t *super_buf);
72 virtual int32_t processDataNotify(mm_camera_super_buf_t *bufs);
73 virtual int32_t start();
74 virtual int32_t stop();
77 virtual int32_t allocateBuffers();
78 virtual int32_t mapBuffers();
[all …]
DQCamera2HWI.h93 int32_t msg_type;
94 int32_t ext1;
95 int32_t ext2;
133 int32_t cb_status);
134 typedef void (*jpeg_data_callback)(int32_t msg_type,
142 int32_t msg_type; // msg type
143 int32_t ext1; // extended parameter
144 int32_t ext2; // extended parameter
170 virtual int32_t notifyCallback(qcamera_callback_argm_t &cbArgs);
177 virtual int32_t startSnapshots();
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h65 virtual int32_t init(cam_stream_type_t streamType,
76 virtual int32_t bufDone(uint32_t index);
77 virtual int32_t cancelBuffer(uint32_t index);
78 virtual int32_t bufRelease(int32_t index);
79 virtual int32_t processDataNotify(mm_camera_super_buf_t *bufs);
80 virtual int32_t start();
81 virtual int32_t stop();
82 virtual int32_t queueBatchBuf();
88 int32_t getFrameOffset(cam_frame_len_offset_t &offset);
89 int32_t getFrameDimension(cam_dimension_t &dim);
[all …]
DQCamera3CropRegionMapper.h47 void toActiveArray(int32_t& crop_left, int32_t& crop_top,
48 int32_t& crop_width, int32_t& crop_height);
49 void toSensor(int32_t& crop_left, int32_t& crop_top,
50 int32_t& crop_width, int32_t& crop_height);
56 int32_t mSensorW, mSensorH;
57 int32_t mActiveArrayW, mActiveArrayH;
59 void boundToSize(int32_t& left, int32_t& top, int32_t& width,
60 int32_t& height, int32_t bound_w, int32_t bound_h);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_muxer.h60 int32_t mm_camera_muxer_camera_open(uint8_t camera_idx,
62 int32_t mm_camera_muxer_query_capability(uint32_t camera_handle,
64 int32_t mm_camera_muxer_register_event_notify(uint32_t camera_handle,
67 int32_t mm_camera_muxer_close_camera(uint32_t camera_handle,
69 int32_t mm_camera_muxer_map_buf(uint32_t camera_handle, uint8_t buf_type,
71 int32_t mm_camera_muxer_map_bufs(uint32_t camera_handle,
74 int32_t mm_camera_muxer_unmap_buf(uint32_t camera_handle,
76 int32_t mm_camera_muxer_set_parms(uint32_t camera_handle,
78 int32_t mm_camera_muxer_get_parms(uint32_t camera_handle,
80 int32_t mm_camera_muxer_do_auto_focus(uint32_t camera_handle,
[all …]
Dmm_camera.h164 int32_t fd;
176 int32_t pfds[2];
178 int32_t state;
185 int32_t status;
293 int32_t fd;
324 int32_t cur_buf_idx; /* Current container buffer active filling. Used only in Batch mode*/
599 int32_t ctrl_fd;
600 int32_t ds_fd; /* domain socket fd */
673 extern int32_t mm_camera_util_s_ctrl(mm_camera_obj_t *my_obj,
674 int stream_id, int32_t fd, uint32_t id, int32_t *value);
[all …]
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_audio_calibration.h119 int32_t data_size;
120 int32_t version;
121 int32_t cal_type;
122 int32_t cal_type_size;
126 int32_t version;
127 int32_t buffer_number;
131 int32_t cal_size;
132 int32_t mem_handle;
186 int32_t topology;
187 int32_t acdb_id;
[all …]
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_audio_calibration.h119 int32_t data_size;
120 int32_t version;
121 int32_t cal_type;
122 int32_t cal_type_size;
126 int32_t version;
127 int32_t buffer_number;
131 int32_t cal_size;
132 int32_t mem_handle;
186 int32_t topology;
187 int32_t acdb_id;
[all …]
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_audio_calibration.h120 int32_t data_size;
121 int32_t version;
122 int32_t cal_type;
123 int32_t cal_type_size;
127 int32_t version;
128 int32_t buffer_number;
133 int32_t cal_size;
135 int32_t mem_handle;
201 int32_t topology;
202 int32_t acdb_id;
[all …]
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_audio_calibration.h120 int32_t data_size;
121 int32_t version;
122 int32_t cal_type;
123 int32_t cal_type_size;
127 int32_t version;
128 int32_t buffer_number;
133 int32_t cal_size;
135 int32_t mem_handle;
201 int32_t topology;
202 int32_t acdb_id;
[all …]
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_audio_calibration.h106 int32_t data_size;
107 int32_t version;
109 int32_t cal_type;
110 int32_t cal_type_size;
114 int32_t version;
115 int32_t buffer_number;
119 int32_t cal_size;
120 int32_t mem_handle;
174 int32_t topology;
175 int32_t acdb_id;
[all …]
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_audio_calibration.h108 int32_t data_size;
109 int32_t version;
110 int32_t cal_type;
111 int32_t cal_type_size;
115 int32_t version;
116 int32_t buffer_number;
121 int32_t cal_size;
123 int32_t mem_handle;
189 int32_t topology;
190 int32_t acdb_id;
[all …]
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_audio_calibration.h121 int32_t data_size;
122 int32_t version;
124 int32_t cal_type;
125 int32_t cal_type_size;
129 int32_t version;
130 int32_t buffer_number;
134 int32_t cal_size;
135 int32_t mem_handle;
189 int32_t topology;
190 int32_t acdb_id;
[all …]
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_audio_calibration.h123 int32_t data_size;
124 int32_t version;
125 int32_t cal_type;
126 int32_t cal_type_size;
130 int32_t version;
131 int32_t buffer_number;
136 int32_t cal_size;
138 int32_t mem_handle;
204 int32_t topology;
205 int32_t acdb_id;
[all …]
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_audio_calibration.h112 int32_t data_size;
113 int32_t version;
114 int32_t cal_type;
115 int32_t cal_type_size;
119 int32_t version;
120 int32_t buffer_number;
125 int32_t cal_size;
127 int32_t mem_handle;
193 int32_t topology;
194 int32_t acdb_id;
[all …]
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_audio_calibration.h111 int32_t data_size;
112 int32_t version;
114 int32_t cal_type;
115 int32_t cal_type_size;
119 int32_t version;
120 int32_t buffer_number;
124 int32_t cal_size;
125 int32_t mem_handle;
179 int32_t topology;
180 int32_t acdb_id;
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
Dmedia_audio_hidl_test_common.h26 std::vector<int32_t>* arrProfile);
28 void setupPCMPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels,
29 OMX_NUMERICALDATATYPE eNumData, int32_t nBitPerSample,
30 int32_t nSamplingRate, OMX_AUDIO_PCMMODETYPE ePCMMode);
33 OMX_AUDIO_MP3STREAMFORMATTYPE eFormat, int32_t nChannels,
34 int32_t nBitRate, int32_t nSampleRate);
36 void setupFLACPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels,
37 int32_t nSampleRate, int32_t nCompressionLevel);
39 void setupOPUSPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels,
40 int32_t nBitRate, int32_t nSampleRate);
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h116 int32_t buf_idx[MSM_CAMERA_MAX_USER_BUFF_CNT];
233 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
234 int32_t plane_idx,
241 typedef int32_t (*map_stream_bufs_op_t) (const cam_buf_map_type_list *buf_map_list,
253 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
254 int32_t plane_idx,
282 int32_t (*set_config_ops) (mm_camera_map_unmap_ops_tbl_t *ops_tbl,
284 int32_t (*get_bufs) (cam_frame_len_offset_t *offset,
290 int32_t (*put_bufs) (mm_camera_map_unmap_ops_tbl_t *ops_tbl,
292 int32_t (*invalidate_buf)(uint32_t index, void *user_data);
[all …]
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h25 int32_t extType;
26 int32_t extSize;
35 int32_t width;
36 int32_t height;
37 int32_t pitch[3];
38 int32_t offset[3];
40 int32_t size;
47 int32_t offSet;
131 int32_t size;
144 int32_t size;
[all …]
/hardware/libhardware/include/hardware/
Dhwcomposer2.h547 enum class Attribute : int32_t {
557 enum class BlendMode : int32_t {
565 enum class Callback : int32_t {
573 enum class Capability : int32_t {
582 enum class Composition : int32_t {
592 enum class Connection : int32_t {
599 enum class DisplayRequest : int32_t {
606 enum class DisplayType : int32_t {
613 enum class Error : int32_t {
626 enum class FunctionDescriptor : int32_t {
[all …]
Dgralloc1.h288 int32_t* /*gralloc1_capability_t*/ outCapabilities);
301 int32_t /*gralloc1_function_descriptor_t*/ descriptor);
366 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_CREATE_DESCRIPTOR)(
382 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_DESTROY_DESCRIPTOR)(
409 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_CONSUMER_USAGE)(
434 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_DIMENSIONS)(
453 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_FORMAT)(
455 int32_t /*android_pixel_format_t*/ format);
477 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_LAYER_COUNT)(
497 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_PRODUCER_USAGE)(
[all …]

12345678910>>...43