OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disable_db_idc
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h
128
int
disable_db_idc
; /* 0: filter everywhere, 1: no filter, 2: no filter across slice boundary */
member in struct:tagAVCEncParam
init.cpp
470
if (encParam->
disable_db_idc
> 2)
474
sliceHdr->disable_deblocking_filter_idc = encParam->
disable_db_idc
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
241
mEncParams->
disable_db_idc
= 0;
[
all
...]
Completed in 280 milliseconds