OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_id3_pos
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/include/
VBRISeeker.h
31
const sp<DataSource> &source, off64_t
post_id3_pos
);
/frameworks/base/media/libstagefright/
MP3Extractor.cpp
50
off64_t *inout_pos, off64_t *
post_id3_pos
, uint32_t *out_header) {
51
if (
post_id3_pos
!= NULL) {
52
*
post_id3_pos
= 0;
88
if (
post_id3_pos
!= NULL) {
89
*
post_id3_pos
= *inout_pos;
255
off64_t
post_id3_pos
;
local
270
post_id3_pos
= (off64_t)meta_post_id3_offset;
274
success = Resync(mDataSource, 0, &pos, &
post_id3_pos
, &header);
302
mSeeker = VBRISeeker::CreateFromSource(mDataSource,
post_id3_pos
);
583
off64_t
post_id3_pos
;
local
[
all
...]
VBRISeeker.cpp
38
const sp<DataSource> &source, off64_t
post_id3_pos
) {
39
off64_t pos =
post_id3_pos
;
95
seeker->mBasePos =
post_id3_pos
;
98
off64_t offset =
post_id3_pos
;
Completed in 29 milliseconds