Searched defs:position (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvwriter.cpp79 int32 MkvWriter::Position(int64 position) { argument
84 return _fseeki64(file_, position, SEEK_SET);
86 return fseek(file_, position, SEEK_SET);
H A Dmkvmuxer.cpp1863 bool SeekHead::SetSeekEntry(int index, uint32 id, uint64 position) { argument
1867 seek_entry_pos_[index] = position;
2133 cue_point->set_cluster_pos(cluster_pos); // update the new cluster position
2160 // Adjust the Seek Entry to reflect the change in position
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.h82 size_t position; member in struct:FileTypeDetectionBuffer
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_mvref_common.c16 typedef struct position { struct
/hardware/ti/omap4-aah/camera/inc/
H A DEncoder_libjpeg.h97 gps_tag_count(0), exif_tag_count(0), position(0),
117 unsigned int position; member in class:Ti::Camera::ExifElementsTable
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h88 gps_tag_count(0), exif_tag_count(0), position(0),
103 unsigned int position; member in class:android::ExifElementsTable
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c998 // Find position of highest bit, counting from left, and scale number
1025 * @return highes bit position.
1028 int position; local
1029 position = 0;
1033 position += 16;
1037 position += 8;
1041 position += 4;
1045 position += 2;
1052 position -= 1;
1055 return position;
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c998 // Find position of highest bit, counting from left, and scale number
1025 * @return highes bit position.
1028 int position; local
1029 position = 0;
1033 position += 16;
1037 position += 8;
1041 position += 4;
1045 position += 2;
1052 position -= 1;
1055 return position;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c77 // Resets the first pass file to the given position using a relative seek from
78 // the current position.
80 const FIRSTPASS_STATS *position) {
81 p->stats_in = position;
94 // Read frame stats at an offset from the current position.
1072 const FIRSTPASS_STATS *position = cpi->twopass.stats_in; local
1084 reset_fpf_position(&cpi->twopass, position);
1194 // Search forward from the proposed arf/next gf position.
1231 // Search backward towards last gf position.
1279 // If (end < 0) an ARF should be coded at position (
79 reset_fpf_position(struct twopass_rc *p, const FIRSTPASS_STATS *position) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c79 /* Resets the first pass file to the given position using a relative seek
80 * from the current position
96 /* Read frame stats at an offset from the current position */
1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1386 /* Reset file position */
1394 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1405 reset_fpf_position(cpi, start_pos); /* Reset file position */
1474 FIRSTPASS_STATS * position = cpi->twopass.stats_in; local
1488 /* Reset file position */
1489 reset_fpf_position(cpi, position);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c185 struct ebml_type position; member in struct:seek
359 E_FIELD(ID_SEEK_POSITION, TYPE_UINT, struct seek, position),
1548 if (ne_get_uint(found->position, &seek_pos) != 0)
1579 /* Reset parser state to original state and seek back to old position. */
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_cam_sensor.h332 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_cam_sensor.h299 /* sensor position: front, back */
300 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h363 unsigned char position; member in struct:__anon2514
371 unsigned char position; member in struct:__anon2515
378 unsigned char position; member in struct:__anon2516
385 unsigned char position; member in struct:__anon2517
392 unsigned char position; member in struct:__anon2518
401 unsigned char position; member in struct:__anon2519
408 unsigned char position; member in struct:__anon2520
415 unsigned char position; member in struct:__anon2521
471 unsigned short position; member in struct:__anon2525
472 /* Absolute position o
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A Dfimc-is-metadata.h92 float position[2]; member in struct:camera2_lens_sm
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h105 float position[2]; member in struct:camera2_lens_sm
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_cam_sensor.h450 enum camb_position_t position; member in struct:msm_sensor_info_t
470 enum camb_position_t position; member in struct:msm_sensor_init_params
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_cam_sensor.h411 enum camb_position_t position; member in struct:msm_sensor_info_t
431 /* sensor position: front, back */
432 enum camb_position_t position; member in struct:msm_sensor_init_params

Completed in 733 milliseconds