Searched refs:specific (Results 126 - 150 of 158) sorted by relevance

1234567

/frameworks/opt/photoviewer/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/support/v13/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/native/opengl/tests/hwc/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/support/v7/mediarouter/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_hor_half.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_hor.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_hor_ver.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_ver.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_hor_quarter.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_ver_half.s12 ; See the License for the specific language governing permissions and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s13 ; See the License for the specific language governing permissions and
H A Dh264bsdWriteMacroblock.s13 ; See the License for the specific language governing permissions and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S13 @ See the License for the specific language governing permissions and
H A Dh264bsdWriteMacroblock.S13 @ See the License for the specific language governing permissions and
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp13 * See the License for the specific language governing permissions and
535 bool specific = false; local
536 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
538 specific |= addSingleEphemeralMetaKey(outEvents, deviceId, metaState, down, time,
541 if (!specific) {
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s14 ; See the License for the specific language governing permissions
H A Dpvmp3_dct_9_gcc.s14 @ See the License for the specific language governing permissions
H A Dpvmp3_polyphase_filter_window_arm.s14 ; See the License for the specific language governing permissions
H A Dpvmp3_polyphase_filter_window_gcc.s14 @ See the License for the specific language governing permissions
/frameworks/base/data/fonts/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/support/v4/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp13 ** See the License for the specific language governing permissions and
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp13 * See the License for the specific language governing permissions and
207 // If a specific codec is requested, skip the non-matching ones.
478 ALOGE("Malformed AVC codec specific data.");
869 /////////////////// Codec-specific ////////////////////////
2971 const CodecSpecificData *specific = local
2974 size_t size = specific->mSize;
2981 CHECK(info->mSize >= specific->mSize + 4);
2987 specific->mData, specific->mSize);
2989 CHECK(info->mSize >= specific
3595 CodecSpecificData *specific = local
[all...]

Completed in 733 milliseconds

1234567