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/av/media/libstagefright/include/
VBRISeeker.h
31
const sp<DataSource> &source, off64_t
post_id3_pos
);
/frameworks/av/media/libstagefright/
VBRISeeker.cpp
41
const sp<DataSource> &source, off64_t
post_id3_pos
) {
42
off64_t pos =
post_id3_pos
;
98
seeker->mBasePos =
post_id3_pos
+ frameSize;
107
off64_t offset =
post_id3_pos
;
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;
257
off64_t
post_id3_pos
;
local
272
post_id3_pos
= (off64_t)meta_post_id3_offset;
276
success = Resync(mDataSource, 0, &pos, &
post_id3_pos
, &header);
290
mSeeker = VBRISeeker::CreateFromSource(mDataSource,
post_id3_pos
);
314
if (!Resync(mDataSource, 0, &pos, &
post_id3_pos
, &header))
673
off64_t
post_id3_pos
;
local
[
all
...]
Completed in 65 milliseconds