Searched refs:meta (Results 1 - 23 of 23) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXMetadata.cpp144 status_t OMXCameraAdapter::encodePreviewMetadata(camera_frame_metadata_t *meta, const OMX_PTR plat_pvt) argument
156 meta->analog_gain = shotInfo->nAGain;
157 meta->exposure_time = shotInfo->nExpTime;
159 meta->analog_gain = -1;
160 meta->exposure_time = -1;
164 if ((metadataLastAnalogGain == meta->analog_gain) &&
165 (metadataLastExposureTime == meta->exposure_time)) {
168 metadataLastAnalogGain = meta->analog_gain;
169 metadataLastExposureTime = meta->exposure_time;
173 CAMHAL_UNUSED(meta);
[all...]
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal.h44 * @param meta
47 mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta);
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp864 camera_metadata_t * meta = static_cast<camera_metadata_t *> (heap->base()); local
866 printf(" frame nmber: %d\n", meta->frame_number);
867 printf(" shot number: %d\n", meta->shot_number);
869 meta->analog_gain,
870 meta->analog_gain_req,
871 meta->analog_gain_min,
872 meta->analog_gain_max,
873 meta->analog_gain_dev,
874 meta->analog_gain_error);
876 meta
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h459 uint8_t meta_present; /* if there is meta data associated with this reprocess frame */
460 uint32_t meta_stream_handle; /* meta data stream ID. only valid if meta_present != 0 */
461 uint32_t meta_buf_index; /* buf index to meta data buffer. only valid if meta_present != 0 */
1015 static inline void clear_metadata_buffer(metadata_buffer_t *meta) argument
1017 if (meta) {
1018 memset(meta->is_valid, 0, CAM_INTF_PARM_MAX);
1019 meta->is_tuning_params_valid = 0;
1020 meta->is_mobicat_aec_params_valid = 0;
1021 meta->is_statsdebug_ae_params_valid = 0;
1022 meta
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/test/
H A Domx_amr_enc_test.c361 struct enc_meta_out *meta = NULL; local
388 meta = (struct enc_meta_out *)src;
390 meta = (struct enc_meta_out *)src;
392 meta->offset_to_frame,
393 meta->frame_size,
394 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
395 len = meta
[all...]
/hardware/ti/omap4-aah/
H A Dheaptracker.c70 static inline struct hdr *meta(void *user) function
367 hdr = meta(ptr);
414 hdr = meta(ptr);
/hardware/ti/omap4xxx/
H A Dheaptracker.c70 static inline struct hdr *meta(void *user) function
367 hdr = meta(ptr);
414 hdr = meta(ptr);
/hardware/bsp/intel/peripheral/libmraa/src/
H A Dmraa.c257 mraa_setup_mux_mapped(mraa_pin_t meta) argument
261 for (mi = 0; mi < meta.mux_total; mi++) {
263 mux_i = mraa_gpio_init_raw(meta.mux[mi].pin);
272 if (mraa_gpio_write(mux_i, meta.mux[mi].value) != MRAA_SUCCESS) {
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
H A Domx_aac_enc_test.c355 struct enc_meta_out *meta = NULL; local
382 meta = (struct enc_meta_out *)src;
384 meta = (struct enc_meta_out *)src;
386 meta->offset_to_frame,
387 meta->frame_size,
388 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
389 len = meta
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
H A Domx_evrc_enc_test.c400 struct enc_meta_out *meta = NULL; local
427 meta = (struct enc_meta_out *)src;
429 meta = (struct enc_meta_out *)src;
431 meta->offset_to_frame,
432 meta->frame_size,
433 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
434 len = meta
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
H A Domx_qcelp13_enc_test.c401 struct enc_meta_out *meta = NULL; local
428 meta = (struct enc_meta_out *)src;
430 meta = (struct enc_meta_out *)src;
432 meta->offset_to_frame,
433 meta->frame_size,
434 meta->encoded_pcm_samples, meta->msw_ts, meta->lsw_ts, meta->nflags);*/
435 len = meta
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2204 CameraMetadata meta; local
2493 * @free_and_bufdone_meta_buf: Buf done on the meta buf and free
2494 * the meta buf in this method
2654 * @free_and_bufdone_meta_buf: Buf done on the meta buf and free
2655 * the meta buf in this method
2947 LOGD("meta frame_number = %u, capture_time = %lld",
2956 LOGD("meta frame_number = %u, capture_time = %lld",
3272 CameraMetadata meta; local
3305 meta = request->settings;
3340 if (meta
5526 dumpMetadataToFile(tuning_params_t &meta, uint32_t &dumpFrameCount, bool enabled, const char *type, uint32_t frameNumber) argument
[all...]
H A DQCamera3Channel.cpp998 LOGE("Could not allocate offline meta buffers for input reprocess");
1613 LOGW("Could not find offline meta buffer, resultFrameNumber %d",
2580 /* initialize offline meta memory for input reprocess */
2825 bool QCamera3YUVChannel::needsFramePostprocessing(metadata_buffer_t *meta) argument
2831 CAM_INTF_META_EDGE_MODE, meta) {
2837 CAM_INTF_META_NOISE_REDUCTION_MODE, meta) {
2843 CAM_INTF_META_SCALER_CROP_REGION, meta) {
3096 /* unregister offline meta buffer */
3103 LOGE("could not find the input meta buf index, frame number %d",
3233 /* initialize offline meta memor
4138 metadata_buffer_t *meta = (metadata_buffer_t *)meta_buffer->buffer; local
4264 metadata_buffer_t *meta = (metadata_buffer_t *) frame->metadata_buffer.buffer; local
[all...]
H A DQCamera3HWI.h288 void dumpMetadataToFile(tuning_params_t &meta, uint32_t &dumpFrameCount,
448 metadata_buffer_t mReprocMeta; //scratch meta buffer
H A DQCamera3Channel.h450 bool needsFramePostprocessing(metadata_buffer_t* meta);
/hardware/ti/omap4-aah/camera/inc/
H A DBaseCameraAdapter.h170 status_t notifyMetadataSubscribers(android::sp<CameraMetadataResult> &meta);
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
H A Dmain.css433 .apidocs .meta {
441 .apidocs .meta p { margin: 0; }
599 .apidocs .item .meta {
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp6398 struct VideoDecoderOutputMetaData *meta; local
6407 meta = (struct VideoDecoderOutputMetaData *)buffer->pBuffer;
6408 handle = (private_handle_t *)meta->pHandle;
6409 DEBUG_PRINT_LOW("FTB: metabuf: %p buftype: %d bufhndl: %p ", meta, meta->eType, meta->pHandle);
6503 struct VideoDecoderOutputMetaData *meta; local
6506 meta = (struct VideoDecoderOutputMetaData *)bufferAdd->pBuffer;
6507 handle = (private_handle_t *)meta->pHandle;
6508 DEBUG_PRINT_LOW("FTB: metabuf: %p buftype: %d bufhndl: %p ", meta, met
[all...]
H A Domx_vdec_hevc_swvdec.cpp6299 struct VideoDecoderOutputMetaData *meta; local
6303 meta = (struct VideoDecoderOutputMetaData *)buffer->pBuffer;
6304 handle = (private_handle_t *)meta->pHandle;
6305 DEBUG_PRINT_LOW("FTB: buftype: %d bufhndl: %p", meta->eType, meta->pHandle);
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp1250 status_t BaseCameraAdapter::notifyMetadataSubscribers(android::sp<CameraMetadataResult> &meta) argument
1269 metaEvent.mEventData->metadataEvent = meta;
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h206 ///@remarks OMX Camera has six ports - buffer input, time input, preview, image, video, and meta data
646 status_t encodePreviewMetadata(camera_frame_metadata_t *meta, const OMX_PTR plat_pvt);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp704 property_get("vidc.dec.meta.log.out", property_value, "0");
1896 DEBUG_PRINT_HIGH("Failed to open output y/uv meta file: %s for logging", m_debug.log_loc);
7121 struct VideoDecoderOutputMetaData *meta; local
7130 meta = (struct VideoDecoderOutputMetaData *)buffer->pBuffer;
7131 handle = (private_handle_t *)meta->pHandle;
7132 DEBUG_PRINT_LOW("FTB: metabuf: %p buftype: %d bufhndl: %p ", meta, meta->eType, meta->pHandle);
8041 // add current framerate to gralloc meta data
H A Domx_vdec_hevc_swvdec.cpp6506 struct VideoDecoderOutputMetaData *meta; local
6510 meta = (struct VideoDecoderOutputMetaData *)buffer->pBuffer;
6511 handle = (private_handle_t *)meta->pHandle;
6512 DEBUG_PRINT_LOW("FTB: buftype: %d bufhndl: %p", meta->eType, meta->pHandle);

Completed in 2580 milliseconds