OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_num_mem_rec_ip
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp
275
iv_num_mem_rec_ip_t
s_num_mem_rec_ip
;
local
278
s_num_mem_rec_ip
.u4_size = sizeof(
s_num_mem_rec_ip
);
280
s_num_mem_rec_ip
.e_cmd = IV_CMD_GET_NUM_MEM_REC;
283
mCodecCtx, (void *)&
s_num_mem_rec_ip
, (void *)&s_num_mem_rec_op);
/frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp
678
iv_num_mem_rec_ip_t
s_num_mem_rec_ip
;
local
681
s_num_mem_rec_ip
.u4_size = sizeof(iv_num_mem_rec_ip_t);
684
s_num_mem_rec_ip
.e_cmd = IV_CMD_GET_NUM_MEM_REC;
686
status = ive_api_function(0, &
s_num_mem_rec_ip
, &s_num_mem_rec_op);
[
all
...]
/external/libavc/test/encoder/
main.c
2238
ih264e_num_mem_rec_ip_t
s_num_mem_rec_ip
;
local
[
all
...]
Completed in 60 milliseconds