Searched refs:data_offset (Results 1 - 25 of 116) sorted by relevance

12345

/external/chromium_org/media/formats/webm/
H A Dwebm_crypto_helpers.h20 // the stream has potentially encrypted frames. Also sets |data_offset| which
23 // false otherwise, in which case |decrypt_config| and |data_offset| will not be
29 int* data_offset);
H A Dwebm_crypto_helpers.cc30 int* data_offset) {
57 *data_offset = frame_offset;
27 WebMCreateDecryptConfig(const uint8* data, int data_size, const uint8* key_id, int key_id_size, scoped_ptr<DecryptConfig>* decrypt_config, int* data_offset) argument
/external/chromium_org/ui/display/util/
H A Dedid_parser.cc163 for (size_t data_offset = extension_offset + kDataBlockOffset;
164 data_offset < extension_offset + timing_descriptors_start;) {
170 unsigned char tag = edid[data_offset] >> 5;
171 unsigned char payload_length = edid[data_offset] & 0x1f;
172 if (data_offset + payload_length > edid.size())
176 edid[data_offset + 1] != kExtendedVideoCapabilityTag) {
177 data_offset += payload_length + 1;
183 if ((edid[data_offset + 2] & (1 << kPTOverscan)) ||
184 (edid[data_offset + 2] & (1 << kITOverscan)) ||
185 (edid[data_offset
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dbuffer.cc34 void* Buffer::GetDataAddress(uint32 data_offset, uint32 data_size) const { argument
35 base::CheckedNumeric<uint32> end = data_offset;
39 return static_cast<uint8*>(memory_) + data_offset;
/external/chromium_org/components/translate/content/renderer/
H A Ddata_file_renderer_cld_data_provider.cc81 const uint64 data_offset,
84 data_offset, local
89 const uint64 data_offset,
112 if (data_length + data_offset > g_cld_mmap.Get().value->length() ||
114 LOG(ERROR) << "Illegal mmap config: data_offset=" << data_offset
123 const uint8* data_ptr = g_cld_mmap.Get().value->data() + data_offset;
79 OnCldDataAvailable( const IPC::PlatformFileForTransit ipc_file_handle, const uint64 data_offset, const uint64 data_length) argument
88 LoadCldData(base::File file, const uint64 data_offset, const uint64 data_length) argument
H A Ddata_file_renderer_cld_data_provider.h27 const uint64 data_offset,
30 const uint64 data_offset,
/external/chromium_org/base/files/
H A Dmemory_mapped_file_win.cc37 int32 data_offset = 0; local
51 // which contains |region| and then add up the |data_offset| displacement.
55 region.offset, region.size, &aligned_start, &ignored, &data_offset);
56 int64 size = region.size + data_offset;
76 data_ += data_offset;
H A Dmemory_mapped_file_posix.cc25 int32 data_offset = 0; local
39 // |region| and then add up the |data_offset| displacement.
46 &data_offset);
74 data_ += data_offset;
/external/chromium_org/components/translate/content/browser/
H A Ddata_file_browser_cld_data_provider.cc88 uint64 data_offset = 0; local
93 data_offset = g_cached_data_offset;
100 SendCldDataResponseInternal(handle, data_offset, data_length);
126 uint64 data_offset = 0; local
131 data_offset = g_cached_data_offset;
136 SendCldDataResponseInternal(handle, data_offset, data_length);
141 const uint64 data_offset,
176 data_offset,
225 const uint64 data_offset = 0; local
237 g_cached_data_offset = data_offset;
139 SendCldDataResponseInternal( const base::File* handle, const uint64 data_offset, const uint64 data_length) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_delegate.cc10 uint32 data_offset,
12 : buffer_(buffer), data_offset_(data_offset), data_size_(data_size) {
9 AsyncMemoryParams(scoped_refptr<Buffer> buffer, uint32 data_offset, uint32 data_size) argument
H A Dasync_pixel_transfer_delegate.h49 uint32 data_offset,
55 uint32 data_offset() const { return data_offset_; } function in class:gpu::AsyncMemoryParams
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Ddescriptor.py57 def Serialize(self, value, data_offset, data, handle_offset):
63 data_offset: the offset to the end of the data bytearray. Used to encode
104 def Serialize(self, value, data_offset, data, handle_offset):
154 def Serialize(self, value, data_offset, data, handle_offset):
160 return self.SerializePointer(value, data_offset, data, handle_offset)
172 def SerializePointer(self, value, data_offset, data, handle_offset):
199 def SerializePointer(self, value, data_offset, data, handle_offset):
203 string_array, data_offset, data, handle_offset)
225 def Serialize(self, value, data_offset, data, handle_offset):
250 def SerializePointer(self, value, data_offset, dat
[all...]
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h46 int Write(const char* buf, const int len, int data_offset);
107 bool WriteToPlugin(const char* buf, const int length, const int data_offset);
112 const int data_offset);
H A Dwebplugin_resource_client.h30 int data_offset) = 0;
H A Dplugin_stream.cc111 int data_offset) {
121 WriteToPlugin(buffer, length, data_offset)) {
147 const int data_offset) {
155 int written = TryWriteToPlugin(buf, length, data_offset);
164 data_offset_ = data_offset;
189 const int data_offset) {
192 if (data_offset > 0)
193 data_offset_ = data_offset;
110 Write(const char* buffer, const int length, int data_offset) argument
146 WriteToPlugin(const char* buf, const int length, const int data_offset) argument
188 TryWriteToPlugin(const char* buf, const int length, const int data_offset) argument
/external/lldb/examples/summaries/cocoa/
H A DNSNumber.py104 data_offset = 2 * self.sys_params.pointer_size
107 data_offset,
113 data_offset,
122 data_offset,
129 data_offset = data_offset + 8 # 8 is needed even if we are on 32bit
131 data_offset,
137 data_offset = data_offset + self.sys_params.pointer_size
139 data_offset,
[all...]
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h40 lldb::offset_t data_offset,
48 lldb::offset_t data_offset,
61 lldb::offset_t data_offset,
H A DObjectContainerUniversalMachO.cpp59 lldb::offset_t data_offset,
70 data.SetData (data_sp, data_offset, length);
73 std::unique_ptr<ObjectContainerUniversalMachO> container_ap(new ObjectContainerUniversalMachO (module_sp, data_sp, data_offset, file, file_offset, length));
95 lldb::offset_t data_offset,
100 ObjectContainer (module_sp, file, file_offset, length, data_sp, data_offset),
247 lldb::offset_t data_offset = 0; local
253 data_offset);
279 lldb::offset_t data_offset,
287 data.SetData (data_sp, data_offset, data_sp->GetByteSize());
55 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length ) argument
91 ObjectContainerUniversalMachO( const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length ) argument
277 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
/external/lldb/source/Host/macosx/
H A DSymbols.cpp61 lldb::offset_t data_offset,
74 const uint32_t cputype = data.GetU32(&data_offset); // cpu specifier
75 const uint32_t cpusubtype = data.GetU32(&data_offset); // machine specifier
76 data_offset+=4; // Skip mach file type
77 const uint32_t ncmds = data.GetU32(&data_offset); // number of load commands
78 const uint32_t sizeofcmds = data.GetU32(&data_offset); // the size of all the load commands
79 data_offset+=4; // Skip flags
97 data_offset += 4; // Skip reserved field for in mach_header_64
119 const lldb::offset_t cmd_offset = data_offset; // Save this data_offset i
54 SkinnyMachOFileContainsArchAndUUID( const FileSpec &file_spec, const ArchSpec *arch, const lldb_private::UUID *uuid, off_t file_offset, DataExtractor& data, lldb::offset_t data_offset, const uint32_t magic ) argument
135 UniversalMachOFileContainsArchAndUUID( const FileSpec &file_spec, const ArchSpec *arch, const lldb_private::UUID *uuid, off_t file_offset, DataExtractor& data, lldb::offset_t data_offset, const uint32_t magic ) argument
213 lldb::offset_t data_offset = 0; local
[all...]
/external/chromium_org/content/child/
H A Dthreaded_data_provider.cc40 void OnReceivedData(int request_id, int data_offset, int data_length,
109 int data_offset,
116 data_offset, data_length, encoded_data_length));
242 int data_offset, int data_length, int encoded_data_length) {
246 CHECK_GE(shm_size_, data_offset + data_length);
249 CHECK(data_ptr + data_offset);
252 ForwardAndACKData(data_ptr + data_offset, data_length);
261 queued_data.data = data_ptr + data_offset;
108 OnReceivedData(int request_id, int data_offset, int data_length, int encoded_data_length) argument
241 OnReceivedDataOnBackgroundThread( int data_offset, int data_length, int encoded_data_length) argument
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h55 lldb::offset_t data_offset) :
65 m_data.SetData (data_sp, data_offset, length);
50 ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset) argument
/external/lldb/include/lldb/Expression/
H A DDWARFExpression.h55 /// @param[in] data_offset
62 lldb::offset_t data_offset,
179 /// @param[in] data_offset
186 SetOpcodeData(const DataExtractor& data, lldb::offset_t data_offset, lldb::offset_t data_length);
206 /// @param[in] data_offset
214 lldb::offset_t data_offset,
/external/lldb/include/lldb/
H A Dlldb-private-interfaces.h22 typedef ObjectContainer* (*ObjectContainerCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t offset, lldb::offset_t length);
23 typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, ModuleSpecList &module_specs);
24 typedef ObjectFile* (*ObjectFileCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length);
/external/chromium_org/ui/base/resource/
H A Ddata_pack.cc275 uint32 data_offset = kHeaderLength + index_length; local
286 if (fwrite(&data_offset, sizeof(data_offset), 1, file) != 1) {
292 data_offset += it->second.length();
304 if (fwrite(&data_offset, sizeof(data_offset), 1, file) != 1) {
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp123 lldb::offset_t data_offset)
136 if (!data.ValidOffsetForDataOfSize(data_offset, min_op_byte_size))
142 m_opcode.SetOpcode8 (data.GetU8 (&data_offset));
147 m_opcode.SetOpcode16 (data.GetU16 (&data_offset));
152 m_opcode.SetOpcode32 (data.GetU32 (&data_offset));
157 m_opcode.SetOpcode64 (data.GetU64 (&data_offset));
162 m_opcode.SetOpcodeBytes(data.PeekData(data_offset, min_op_byte_size), min_op_byte_size);
177 uint32_t thumb_opcode = data.GetU16(&data_offset);
186 thumb_opcode |= data.GetU16(&data_offset);
193 m_opcode.SetOpcode32 (data.GetU32(&data_offset));
121 Decode(const lldb_private::Disassembler &disassembler, const lldb_private::DataExtractor &data, lldb::offset_t data_offset) argument
687 DecodeInstructions(const Address &base_addr, const DataExtractor& data, lldb::offset_t data_offset, size_t num_instructions, bool append, bool data_from_file) argument
[all...]

Completed in 752 milliseconds

12345