Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 48) sorted by relevance

12

/hardware/ril/include/telephony/
Dril_cdma_sms.h363 unsigned char position; member
371 unsigned char position; member
378 unsigned char position; member
385 unsigned char position; member
392 unsigned char position; member
401 unsigned char position; member
408 unsigned char position; member
415 unsigned char position; member
471 unsigned short position; member
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp316 if (position >= MAX_EXIF_TAGS_SUPPORTED) { in insertElement()
328 table[position].GpsTag = TRUE; in insertElement()
329 table[position].Tag = GpsTagNameToValue(tag); in insertElement()
332 table[position].GpsTag = FALSE; in insertElement()
333 table[position].Tag = TagNameToValue(tag); in insertElement()
341 table[position].DataLength = 0; in insertElement()
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
344 if (table[position].Value) { in insertElement()
345 memcpy(table[position].Value, value, value_length + 1); in insertElement()
346 table[position].DataLength = value_length + 1; in insertElement()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvwriter.cpp79 int32 MkvWriter::Position(int64 position) { in Position() argument
84 return _fseeki64(file_, position, SEEK_SET); in Position()
86 return fseek(file_, position, SEEK_SET); in Position()
Dmkvwriter.hpp28 virtual int32 Position(int64 position);
31 virtual void ElementStartNotify(uint64 element_id, int64 position);
Dmkvreader.hpp29 virtual int Read(long long position, long length, unsigned char* buffer);
DRELEASE.TXT20 * Marked position of cues without parsing cues element
Dmkvmuxer.hpp38 virtual int32 Position(int64 position) = 0;
48 virtual void ElementStartNotify(uint64 element_id, int64 position) = 0;
946 bool SetSeekEntry(int index, uint32 id, uint64 position);
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dstyle.css27 position: relative;
32 position: relative;
41 position: fixed;
63 position: relative;
69 position: relative;
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp377 if (position >= MAX_EXIF_TAGS_SUPPORTED) { in insertElement()
389 table[position].GpsTag = TRUE; in insertElement()
390 table[position].Tag = GpsTagNameToValue(tag); in insertElement()
393 table[position].GpsTag = FALSE; in insertElement()
394 table[position].Tag = TagNameToValue(tag); in insertElement()
409 table[position].DataLength = 0; in insertElement()
410 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
412 if (table[position].Value) { in insertElement()
413 memcpy(table[position].Value, value, value_length + 1); in insertElement()
414 table[position].DataLength = value_length + 1; in insertElement()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c113 const size_t left = detect->buf_read - detect->position; in read_yuv_frame()
116 memcpy(ptr, detect->buf + detect->position, more); in read_yuv_frame()
119 detect->position += more; in read_yuv_frame()
Divfdec.c67 input_ctx->detect.position = 4; in file_is_ivf()
Dtools_common.h82 size_t position; member
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c1028 int position; in get_highest_bit_position() local
1029 position = 0; in get_highest_bit_position()
1033 position += 16; in get_highest_bit_position()
1037 position += 8; in get_highest_bit_position()
1041 position += 4; in get_highest_bit_position()
1045 position += 2; in get_highest_bit_position()
1052 position -= 1; in get_highest_bit_position()
1055 return position; in get_highest_bit_position()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c1028 int position; in get_highest_bit_position() local
1029 position = 0; in get_highest_bit_position()
1033 position += 16; in get_highest_bit_position()
1037 position += 8; in get_highest_bit_position()
1041 position += 4; in get_highest_bit_position()
1045 position += 2; in get_highest_bit_position()
1052 position -= 1; in get_highest_bit_position()
1055 return position; in get_highest_bit_position()
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h88 gps_tag_count(0), exif_tag_count(0), position(0), in ExifElementsTable()
103 unsigned int position; variable
/hardware/ti/omap4-aah/camera/inc/
DEncoder_libjpeg.h97 gps_tag_count(0), exif_tag_count(0), position(0), in ExifElementsTable()
117 unsigned int position; variable
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_camsensor_sdk.h194 enum camb_position_t position; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_camsensor_sdk.h226 enum camb_position_t position; member
Dmsm_cam_sensor.h239 enum camb_position_t position; member
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_cam_sensor.h450 enum camb_position_t position; member
470 enum camb_position_t position; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_cam_sensor.h411 enum camb_position_t position; member
432 enum camb_position_t position; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py3680 position = start_position
3681 while punctuation_stack and position < len(text):
3682 if text[position] == punctuation_stack[-1]:
3684 elif text[position] in closing_punctuation:
3687 elif text[position] in matching_punctuation:
3688 punctuation_stack.append(matching_punctuation[text[position]])
3689 position += 1
3694 return text[start_position:position - 1]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.c16 typedef struct position { struct
/hardware/qcom/msm8x74/kernel-headers/media/
Dmsm_cam_sensor.h332 enum camb_position_t position; member
/hardware/qcom/msm8x74/original-kernel-headers/media/
Dmsm_cam_sensor.h300 enum camb_position_t position; member

12