Searched defs:code (Results 1 - 25 of 65) sorted by relevance

123

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_pps.c14 uint32_t code=0, i = 0; local
18 code = h264_GetVLCElement(parent, pInfo, false);
19 if(code > MAX_PIC_PARAMS) {
22 PictureParameterSet->pic_parameter_set_id = (uint8_t)code;
25 code = h264_GetVLCElement(parent, pInfo, false);
26 if(code > MAX_NUM_SPS-1) {
29 PictureParameterSet->seq_parameter_set_id = (uint8_t)code;
32 viddec_pm_get_bits(parent, &code, 1);
33 PictureParameterSet->entropy_coding_mode_flag = (uint8_t)code;
35 viddec_pm_get_bits(parent, &code,
[all...]
H A Dh264parse_sps.c53 uint32_t code; local
65 viddec_pm_get_bits(parent, &code, 8);
66 pVUI_Seq_Not_Used->nal_hrd_bit_rate_scale = (uint8_t)(code>>4);
67 pVUI_Seq_Not_Used->nal_hrd_cpb_size_scale = (uint8_t)(code & 0xf);
74 viddec_pm_get_bits(parent, &code, 1);
75 pVUI_Seq_Not_Used->nal_hrd_parameters.cbr_flag[i] = (uint8_t)code;
78 if( viddec_pm_get_bits(parent, &code, 20) == -1)
81 SPS->sps_disp.vui_seq_parameters.nal_hrd_initial_cpb_removal_delay_length_minus1 = (uint8_t)((code>>15)&0x1f);
82 SPS->sps_disp.vui_seq_parameters.nal_hrd_cpb_removal_delay_length_minus1 = (uint8_t)((code>>10)&0x1f);;
83 SPS->sps_disp.vui_seq_parameters.nal_hrd_dpb_output_delay_length_minus1 = (uint8_t)((code>>
127 uint32_t code; local
270 uint32_t code = 0; local
[all...]
H A Dh264parse_sh.c62 uint32_t code; local
69 viddec_pm_get_bits(parent, &code, pInfo->active_SPS.log2_max_frame_num_minus4+4);
70 SliceHeader->frame_num = (int32_t)code;
80 viddec_pm_get_bits(parent, &code, 1);
81 SliceHeader->field_pic_flag = (uint8_t)code;
85 viddec_pm_get_bits(parent, &code, 1);
86 SliceHeader->bottom_field_flag = (uint8_t)code;
116 viddec_pm_get_bits(parent, &code , pInfo->active_SPS.log2_max_pic_order_cnt_lsb_minus4+4);
117 SliceHeader->pic_order_cnt_lsb = (uint32_t)code;
151 //////////// FMO is not supported curently, so comment out the following code
171 uint32_t code; local
356 uint32_t code; local
667 uint32_t code = 0; local
[all...]
H A Dviddec_h264_parse.c401 uint32_t code = 0xff; local
403 ret = viddec_pm_get_bits(parent, (uint32_t *)&(code), 3);
406 //if(pInfo->got_start && (code == 0))
410 pInfo->primary_pic_type_plus_one = (uint8_t)(code)+1;
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_status_util.cpp52 WifiStatus createWifiStatus(WifiStatusCode code, argument
54 return {code, description};
57 WifiStatus createWifiStatus(WifiStatusCode code) { argument
58 return createWifiStatus(code, "");
/hardware/qcom/display/msm8084/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQHDMIClient.cpp7 * * Redistributions of source code must retain the above copyright
72 status_t BnQHDMIClient::onTransact(uint32_t code, const Parcel& data, argument
75 switch(code) {
96 return BBinder::onTransact(code, data, reply, flags);
/hardware/qcom/display/msm8226/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/qcom/display/msm8909/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQHDMIClient.cpp7 * * Redistributions of source code must retain the above copyright
73 status_t BnQHDMIClient::onTransact(uint32_t code, const Parcel& data, argument
76 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
99 if (code == CONNECT_HWC_CLIENT) {
110 } else if(code == CONNECT_HDMI_CLIENT) {
121 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
124 code, callerPid, callerUid);
128 dispatch(code, &data, reply);
131 return BBinder::onTransact(code, dat
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/hardware/qcom/display/msm8909w_3100/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQHDMIClient.cpp7 * * Redistributions of source code must retain the above copyright
73 status_t BnQHDMIClient::onTransact(uint32_t code, const Parcel& data, argument
76 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
99 if (code == CONNECT_HWC_CLIENT) {
110 } else if(code == CONNECT_HDMI_CLIENT) {
121 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
124 code, callerPid, callerUid);
128 dispatch(code, &data, reply);
131 return BBinder::onTransact(code, dat
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/hardware/qcom/display/msm8960/libqservice/
H A DIQClient.cpp60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
71 return BBinder::onTransact(code, data, reply, flags);
59 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/qcom/display/msm8994/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/qcom/display/msm8996/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQHDMIClient.cpp7 * * Redistributions of source code must retain the above copyright
73 status_t BnQHDMIClient::onTransact(uint32_t code, const Parcel& data, argument
76 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
97 if (code == CONNECT_HWC_CLIENT) {
108 } else if(code == CONNECT_HDMI_CLIENT) {
119 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
122 code, callerPid, callerUid);
126 dispatch(code, &data, reply);
129 return BBinder::onTransact(code, dat
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/hardware/qcom/display/msm8998/libqservice/
H A DIQClient.cpp67 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
69 switch(code) {
77 return BBinder::onTransact(code, data, reply, flags);
66 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIQHDMIClient.cpp7 * * Redistributions of source code must retain the above copyright
73 status_t BnQHDMIClient::onTransact(uint32_t code, const Parcel& data, argument
76 switch(code) {
98 return BBinder::onTransact(code, data, reply, flags);
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
85 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
99 if (code == CONNECT_HWC_CLIENT) {
110 } else if(code == CONNECT_HDMI_CLIENT) {
121 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
124 code, callerPid, callerUid);
128 dispatch(code, &data, reply);
131 return BBinder::onTransact(code, dat
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp91 ALOGV("processing mouse event. type=%d code=%d value=%d",
92 event.type, event.code, event.value);
95 processButton(event.code, event.value);
98 processMotion(event.code, event.value);
101 if (event.code == SYN_REPORT) {
110 void MouseInputMapper::processMotion(int32_t code, int32_t value) { argument
111 switch (code) {
125 // Unknown code. Ignore.
130 // Map evdev button codes to bit indices. This function assumes code >=
132 uint32_t buttonToBit(int32_t code) { argument
136 processButton(int32_t code, int32_t value) argument
[all...]
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp211 processEvent(event->code, event->value);
234 ALOGE("AkmSensor: unknown event (type=%d, code=%d)",
235 type, event->code);
275 void AkmSensor::processEvent(int code, int value) argument
277 switch (code) {
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_videoobjectplane.c6 uint32_t code; local
16 getbits = viddec_pm_get_bits(parent, &code, 20);
20 data->broken_link = ((code & 0x1) > 0);
21 data->closed_gov = ((code & 0x2) > 0);
22 time_code = code = code >> 2;
23 data->time_code_seconds = code & 0x3F;
24 code = code >> 6;
25 if((code
67 uint32_t code; local
107 uint32_t code, skip; local
145 uint32_t code, i; local
214 uint32_t code = 0; local
228 uint32_t code; local
[all...]

Completed in 426 milliseconds

123