/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 31 /** GPS L1 C/A message contained in the structure. */ 33 /** GPS L2-CNAV message contained in the structure. */ 35 /** GPS L5-CNAV message contained in the structure. */ 37 /** GPS CNAV-2 message contained in the structure. */ 39 /** Glonass L1 CA message contained in the structure. */ 41 /** Beidou D1 message contained in the structure. */ 43 /** Beidou D2 message contained in the structure. */ 45 /** Galileo I/NAV message contained in the structure. */ 47 /** Galileo F/NAV message contained in the structure. */ 75 * The type of message contained in the structure. [all …]
|
D | IGnssMeasurementCallback.hal | 26 /** A valid 'leap second' is stored in the data structure. */ 28 /** A valid 'time uncertainty' is stored in the data structure. */ 30 /** A valid 'full bias' is stored in the data structure. */ 32 /** A valid 'bias' is stored in the data structure. */ 34 /** A valid 'bias uncertainty' is stored in the data structure. */ 36 /** A valid 'drift' is stored in the data structure. */ 38 /** A valid 'drift uncertainty' is stored in the data structure. */ 47 /** A valid 'snr' is stored in the data structure. */ 49 /** A valid 'carrier frequency' is stored in the data structure. */ 51 /** A valid 'carrier cycles' is stored in the data structure. */ [all …]
|
D | IAGnssCallback.hal | 19 /** Callback structure for the AGNSS interface. */
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse.c | 428 if (cur_slice.structure != FRAME) in h264_is_second_field() 436 if(old_slice.structure != cur_slice.structure) in h264_is_second_field() 439 … if (((cur_slice.structure == TOP_FIELD &&old_slice.structure == BOTTOM_FIELD) || // Condition 1: in h264_is_second_field() 440 … (old_slice.structure == TOP_FIELD && cur_slice.structure == BOTTOM_FIELD)) && \ in h264_is_second_field() 536 if((pInfo->img.structure == FRAME) || (pInfo->img.second_field)) { in h264_check_previous_frame_end() 578 pInfo->old_slice.structure = pInfo->SliceHeader.structure; in h264_update_old_slice() 616 pInfo->img.structure = pInfo->SliceHeader.structure; in h264_update_img_info() 674 if(pInfo->img.structure == FRAME) in h264_update_frame_type() 714 else if(pInfo->img.structure == TOP_FIELD) in h264_update_frame_type() 747 }else if(pInfo->img.structure == BOTTOM_FIELD) in h264_update_frame_type()
|
D | h264parse_dpb.c | 448 if (pInfo->SliceHeader.structure == FRAME) in h264_dpb_update_ref_lists() 511 if (pInfo->SliceHeader.structure == TOP_FIELD) in h264_dpb_update_ref_lists() 558 …list_from_frame_list(p_dpb, gen_pic_pic_list, gen_pic_fs_list0, pInfo->img.structure, list0idx, 0); in h264_dpb_update_ref_lists() 593 …st_from_frame_list(p_dpb, gen_pic_pic_list, gen_pic_fs_listlt, pInfo->img.structure, listltidx, 1); in h264_dpb_update_ref_lists() 630 if (pInfo->SliceHeader.structure == FRAME) in h264_dpb_update_ref_lists() 804 …list_from_frame_list(p_dpb, gen_pic_pic_list, gen_pic_fs_list0, pInfo->img.structure, list0idx, 0); in h264_dpb_update_ref_lists() 811 …list_from_frame_list(p_dpb, gen_pic_pic_list, gen_pic_fs_list1, pInfo->img.structure, list0idx, 0); in h264_dpb_update_ref_lists() 829 …st_from_frame_list(p_dpb, gen_pic_pic_list, gen_pic_fs_listlt, pInfo->img.structure, listltidx, 1); in h264_dpb_update_ref_lists() 911 if (pInfo->SliceHeader.structure == FRAME) in h264_dpb_get_short_term_pic() 957 if (pInfo->SliceHeader.structure == FRAME) in h264_dpb_get_long_term_pic() [all …]
|
D | viddec_h264_workload.c | 521 frame_structure = pInfo->img.structure; in h264_fill_pic_data() 549 if(pInfo->img.structure == FRAME) in h264_fill_pic_data() 554 }else if (pInfo->img.structure == TOP_FIELD) in h264_fill_pic_data() 560 else if (pInfo->img.structure == BOTTOM_FIELD) in h264_fill_pic_data() 841 pInfo->wl_err_curr |= (pInfo->SliceHeader.structure << FIELD_ERR_OFFSET); in h264_parse_emit_current_slice() 844 pInfo->wl_err_next |= (pInfo->SliceHeader.structure << FIELD_ERR_OFFSET); in h264_parse_emit_current_slice()
|
D | viddec_h264_parse.c | 112 pInfo->img.structure = FRAME; in viddec_h264_parse() 220 pInfo->SliceHeader.sh_error |= (pInfo->SliceHeader.structure << 17); in viddec_h264_parse()
|
D | h264parse_sh.c | 73 SliceHeader->structure = FRAME; in h264_Parse_Slice_Header_2() 88 SliceHeader->structure = SliceHeader->bottom_field_flag? BOTTOM_FIELD: TOP_FIELD; in h264_Parse_Slice_Header_2() 93 if(SliceHeader->structure == FRAME) { in h264_Parse_Slice_Header_2()
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 23 * The HAL is responsible for filling out this structure for each 35 * The HAL is responsible for filling out this structure to describe 55 * TODO: b/34722508 Review details of interaction of this structure with gralloc and OpenGL. 73 * The DisplayInfo structure describes the basic properties of an EVS display. Any EVS 75 * structure to describe the EVS display. As an implementation detail, this may be a
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITunerCallback.hal | 33 * @param config A BandConfig structure describing the new configuration 42 * @param info A ProgramInfo structure describing the tuned station. 48 * @param info A ProgramInfo structure describing the new tuned station.
|
D | IBroadcastRadio.hal | 28 * @return properties A Properties structure containing implementation
|
/hardware/interfaces/soundtrigger/2.0/ |
D | ISoundTriggerHwCallback.hal | 93 * @param event A RecognitionEvent structure containing detailed results 103 * @param event A RecognitionEvent structure containing detailed results 112 * @param event A ModelEvent structure containing detailed results of the
|
D | ISoundTriggerHw.hal | 132 * @return properties A Properties structure containing implementation 144 * @param soundModel A SoundModel structure describing the sound model to 172 * @param soundModel A PhraseSoundModel structure describing the sound model 209 * @param config A RecognitionConfig structure containing attributes of the
|
D | types.hal | 50 * Confidence level for each user in structure PhraseRecognitionExtra
|
/hardware/interfaces/camera/common/ |
D | README.md | 7 enumeration and structure definitions.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITunerCallback.hal | 32 * @param info A ProgramInfo structure describing the tuned station. 38 * @param info A ProgramInfo structure describing the new tuned station.
|
D | IBroadcastRadio.hal | 25 * @return properties A Properties structure containing implementation
|
/hardware/interfaces/tests/msgq/1.0/ |
D | IBenchmarkMsgQ.hal | 24 * @return mqDescIn This structure describes the FMQ that was set up 34 * @return mqDescOut This structure describes the FMQ that was set up
|
D | ITestMsgQ.hal | 30 * @return mqDesc This structure describes the FMQ that was 46 * @return mqDesc This structure describes the unsynchronized FMQ that was
|
/hardware/interfaces/gatekeeper/1.0/ |
D | types.hal | 31 * Gatekeeper response to any/all requests has this structure as mandatory part
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
D | h264.h | 671 uint8_t structure; member 726 uint8_t structure; member 896 uint8_t structure; member
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 52 * Data structure passed to the driver for executing commands 64 * Data structure passed back to the client via status message queue
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/ |
D | VehicleHalProto.proto | 88 // This structure is used to notify what values to get from the Vehicle HAL
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 67 * Commonly used structure for passing unique identifieds (UUID). 781 * The gain configuration structure is used to get or set the gain values of a 835 * Extension for audio port configuration structure when the audio port is a 845 * Extension for audio port configuration structure when the audio port is an 865 * Audio port configuration structure used to specify a particular configuration 892 * Extension for audio port structure when the audio port is a hardware device. 916 * Extension for audio port structure when the audio port is an audio session.
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 260 * dimensions define the memory layout and structure of the stream buffers, 299 * A structure of stream definitions, used by configureStreams(). This 300 * structure defines all the output streams and the reprocessing input 389 * A structure of stream definitions, returned by configureStreams(). This 390 * structure defines the HAL's desired parameters for each stream. 393 * corresponding entry in this structure when returned by configureStreams(). 523 * this structure inside the output stream buffer. The camera blob ID field must 653 * The message structure sent to ICameraDevice3Callback::notify() 743 * structure asynchronously to the framework, using the processCaptureResult() 820 * The result structure contains the output metadata from this capture, and the [all …]
|