HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 101 - 125 of 156) sorted by null

1 2 3 45 6 7

  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
color_params.h 290 PPDEContentType content_type = kDeContentTypeUnknown; member in struct:sdm::PPDETuningCfg
  /hardware/qcom/display/msm8998/sdm/include/private/
color_params.h 286 PPDEContentType content_type = kDeContentTypeUnknown; member in struct:sdm::PPDETuningCfg
  /external/autotest/frontend/afe/
rpc_utils.py 103 def raw_http_response(response_data, content_type=None):
104 response = django.http.HttpResponse(response_data, mimetype=content_type)
    [all...]
  /external/webrtc/webrtc/base/
httpclient.cc 425 const std::string& content_type,
432 request().setContent(content_type, request_doc);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp     [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp     [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc 391 void ssl_do_msg_callback(SSL *ssl, int is_write, int content_type,
400 switch (content_type) {
412 ssl->msg_callback(is_write, version, content_type, in.data(), in.size(), ssl,
    [all...]
internal.h     [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 666 String part_name = null, file_name = null, content_type = null; local
686 content_type = matcher.group(2).trim();
703 if (content_type == null) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c     [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 1025 static void MessageCallback(int is_write, int version, int content_type,
1034 if (content_type == SSL3_RT_HEADER) {
1044 switch (content_type) {
    [all...]
  /external/libcups/filter/
pstops.c 2307 const char *content_type; \/* Original content type *\/ local
    [all...]
  /external/libmicrohttpd/src/testcurl/
test_post.c 102 const char *content_type,
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.impl.h 558 .content_type = static_cast<audio_content_type_t>(metadata.contentType),
  /external/python/cpython2/Lib/test/
test_httplib.py     [all...]
  /external/python/cpython3/Lib/test/
test_pydoc.py     [all...]
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 157 // | content_type |
174 attributes->content_type = (audio_content_type_t) parcel.readInt32();
741 mAudioAttributes->usage, mAudioAttributes->content_type, mAudioAttributes->flags,
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 304 paa->content_type =
309 paa->usage, paa->content_type, paa->flags, paa->tags);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp     [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/libxml2/
xmlIO.c 1953 char * content_type = (char *) "text\/xml"; local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc     [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc     [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 224 audioContentTypeString(track->mAttributes.content_type).c_str());
252 mAttributes.content_type = AUDIO_CONTENT_TYPE_UNKNOWN;
456 mAttributes.usage, mAttributes.content_type, mAttributes.flags, mAttributes.tags);
    [all...]
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 1107 String8 content_type; local
1108 if (!parseNullTerminatedString(&offset, &size, &content_type)) {
    [all...]

Completed in 383 milliseconds

1 2 3 45 6 7