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

12

/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);
H A DIQService.cpp85 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
87 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
102 if (code == CONNECT_HWC_CLIENT) {
114 } else if(code == CONNECT_HDMI_CLIENT) {
126 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
129 pid=%d uid=%d process=%s", code, callerPid,
134 dispatch(code, &data, reply);
137 return BBinder::onTransact(code, dat
84 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/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
H A DIQService.cpp76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
78 ALOGD_IF(QSERVICE_DEBUG, "%s: code: %d", __FUNCTION__, code);
93 if (code == CONNECT) {
105 } else if (code > COMMAND_LIST_START && code < COMMAND_LIST_END) {
108 pid=%d uid=%d process=%s", code, callerPid,
113 dispatch(code, &data, reply);
116 return BBinder::onTransact(code, data, reply, flags);
75 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/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
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
96 switch(code) {
145 return BBinder::onTransact(code, data, reply, flags);
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/qcom/display/msm8974/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
H A DIQService.cpp83 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
96 switch(code) {
145 return BBinder::onTransact(code, data, reply, flags);
82 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp209 processEvent(event->code, event->value);
232 ALOGE("AkmSensor: unknown event (type=%d, code=%d)",
233 type, event->code);
273 void AkmSensor::processEvent(int code, int value) argument
275 switch (code) {
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c7 * * Redistributions of source code must retain the above copyright
66 enum ucm_cmd_id code; member in struct:cmd
187 if ((identifier == NULL) && ((cmd->code != UCM_HELP) &&
188 (cmd->code != UCM_LISTCARDS) && (cmd->code != UCM_RESET) &&
189 (cmd->code != UCM_RELOAD)))
195 switch (cmd->code) {
/hardware/samsung_slsi/exynos5/include/
H A Dv4l2-subdev.h49 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
56 __u32 code; member in struct:v4l2_subdev_frame_size_enum
75 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
H A Dv4l2-mediabus.h94 __u32 code; member in struct:v4l2_mbus_framefmt
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h44 * @format: media bus format (format code and frame size)
70 * @code: format code (from enum v4l2_mbus_pixelcode)
75 __u32 code; member in struct:v4l2_subdev_mbus_code_enum
83 * @code: format code (from enum v4l2_mbus_pixelcode)
88 __u32 code; member in struct:v4l2_subdev_frame_size_enum
111 * @code: format code (from enum v4l2_mbus_pixelcode)
119 __u32 code; member in struct:v4l2_subdev_frame_interval_enum
[all...]
H A Dv4l2-mediabus.h32 * As their value can't change when a new pixel code is inserted in the
103 * @code: data format code (from enum v4l2_mbus_pixelcode)
110 __u32 code; member in struct:v4l2_mbus_framefmt
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp6 * Redistributions of source code must retain the above copyright
75 uint32 code = 0xFFFFFFFF; local
77 code <<= 8;
78 code |= *bytePtr++;
80 if ((code & codeMask) == referenceCode) {
85 DEBUG_PRINT_LOW("Unable to find code 0x%x\n", referenceCode);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c6 * Redistributions of source code must retain the above copyright
1048 unsigned int code = 0; local
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp6 * Redistributions of source code must retain the above copyright
71 uint32 code = 0xFFFFFFFF; local
74 code <<= 8;
75 code |= *bytePtr++;
77 if ((code & codeMask) == referenceCode) {
82 DEBUG_PRINT_LOW("Unable to find code 0x%x", referenceCode);
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp254 status_t IntelBufferSharingService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { argument
260 switch(code)
320 return BBinder::onTransact(code, data, reply, flags);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c6 * Redistributions of source code must retain the above copyright
1070 unsigned int code = 0; local
1094 code <<= 8;
1095 code |= (0x000000FF & dataptr[readOffset]);
1096 //VOP start code comparision
1101 if( VOP_START_CODE == code)
1106 else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE )
1111 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE))
1121 ( SHORT_HEADER_START_CODE == (code & 0xFFFFFC00)))
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c6 * Redistributions of source code must retain the above copyright
1007 unsigned int code = 0; local
1030 code <<= 8;
1031 code |= (0x000000FF & dataptr[readOffset]);
1033 //VOP start code comparision
1036 if ( VOP_START_CODE == code) {
1039 } else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) {
1044 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) {
1052 ( SHORT_HEADER_START_CODE == (code & 0xFFFFFC00))) {
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosJpegEncoderForCamera.cpp456 char code[8] = { 0x00, 0x00, 0x00, 0x49, 0x49, 0x43, 0x53, 0x41 }; local
458 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen);
459 memcpy(exifInfo->user_comment, code, sizeof(code));
461 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosJpegEncoderForCamera.cpp439 char code[8] = { 0x00, 0x00, 0x00, 0x49, 0x49, 0x43, 0x53, 0x41 }; local
441 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen);
442 memcpy(exifInfo->user_comment, code, sizeof(code));
444 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart);
/hardware/intel/img/psb_video/src/
H A Dtng_jpegdec.c68 /* max number of bits allowed in a VLC code */
90 This structure defines the VLC code used for a partiular symbol
95 uint16_t code; // VLC code with valid data in top-most bits member in struct:__anon1019
96 uint8_t code_length; // VLC code length
120 This structure describes the generated VLC code table
146 #define JPG_MAKE_OFFSET(code,width,leading) \
147 (((code<<leading) & JPG_MAKE_MASK(JPG_VLC_MAX_CODE_LEN)) >> (JPG_VLC_MAX_CODE_LEN-width))
407 offset = symbol_code->code << leading;
409 /* convert truncated code t
751 uint16_t code = 0; local
[all...]
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c246 int code; member in struct:mpeg2_frame_rate
263 int code = 1, i; local
271 code = frame_rate_tab[i].code;
276 return code;

Completed in 496 milliseconds

12